Commit 8f5eaca3 authored by Roman Donchenko's avatar Roman Donchenko

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.
parent 9c83f6c4
......@@ -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()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment