summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-09-28 14:44:57 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2015-09-28 14:44:57 (GMT)
commit5b4652842784fc7da2f4b9a04569bad4bda04a84 (patch)
tree224d247ae65bc160830792aadca8156ae5fb6c77
parent664fd4d1dad678f0e1d734d24cca777182b1479b (diff)
parent256c78ad4474d9e1d86b5ac420fb95b7eeb17b90 (diff)
downloadCMake-5b4652842784fc7da2f4b9a04569bad4bda04a84.zip
CMake-5b4652842784fc7da2f4b9a04569bad4bda04a84.tar.gz
CMake-5b4652842784fc7da2f4b9a04569bad4bda04a84.tar.bz2
Merge topic 'optimize-variable-replacement'
256c78ad Build: Set CMP0053 to NEW.
-rw-r--r--CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 94d138c..c96f68b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,6 +13,9 @@ cmake_minimum_required(VERSION 2.8.4 FATAL_ERROR)
if(POLICY CMP0025)
cmake_policy(SET CMP0025 NEW)
endif()
+if(POLICY CMP0053)
+ cmake_policy(SET CMP0053 NEW)
+endif()
project(CMake)
if(CMAKE_BOOTSTRAP)