From 8f5eaca354f39096be604ee1e3c96e70191f0671 Mon Sep 17 00:00:00 2001 From: Roman Donchenko Date: Tue, 5 Nov 2013 16:44:09 +0400 Subject: [PATCH] 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. --- CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 324d069..73def95 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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() -- 2.7.4