Removed obsolete comments from cmake (#2748)
authorIlya Lavrenov <ilya.lavrenov@intel.com>
Thu, 22 Oct 2020 13:11:28 +0000 (16:11 +0300)
committerGitHub <noreply@github.com>
Thu, 22 Oct 2020 13:11:28 +0000 (16:11 +0300)
CMakeLists.txt

index cf0c632..f1be3f4 100644 (file)
@@ -2,12 +2,6 @@
 # SPDX-License-Identifier: Apache-2.0
 #
 
-cmake_policy(SET CMP0054 NEW)
-
-# TODO: for make instal / package we need to use 3.13.3 version because
-# it allows to install targets created outside of current projects
-# See https://blog.kitware.com/cmake-3-13-0-available-for-download/
-
 cmake_minimum_required(VERSION 3.13 FATAL_ERROR)
 
 project(OpenVINO)