Remove the explicit setting of CMP0017, partially undoing #1720.
authorRoman Donchenko <roman.donchenko@itseez.com>
Tue, 5 Nov 2013 12:44:09 +0000 (16:44 +0400)
committerRoman Donchenko <roman.donchenko@itseez.com>
Tue, 5 Nov 2013 12:44:09 +0000 (16:44 +0400)
In master, it's already set to NEW, since we declare the minimal CMake
version as 2.8.7, which is newer than the policy.

CMakeLists.txt

index 324d069..73def95 100644 (file)
@@ -32,10 +32,6 @@ else(NOT CMAKE_TOOLCHAIN_FILE)
 endif(NOT CMAKE_TOOLCHAIN_FILE)
 
 
-if(POLICY CMP0017)
-  cmake_policy(SET CMP0017 NEW)
-endif()
-
 if(POLICY CMP0022)
   cmake_policy(SET CMP0022 OLD)
 endif()