Remove the explicit setting of CMP0017, partially undoing #1720.
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.
This commit is contained in:
parent
9c83f6c4fb
commit
8f5eaca354
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user