summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorRalf Habacker <ralf.habacker@freenet.de>2015-03-11 15:40:10 +0100
committerRalf Habacker <ralf.habacker@freenet.de>2015-03-11 15:40:10 +0100
commitf756aead906334407e44f12c4ab52c75aa3d302b (patch)
treea15d54f111a99869641a33efaf2efd86d45270a6 /cmake
parentf9192688b6758d20e955adeb255399b79ba43a95 (diff)
Revert "cmake: @VAR@ substitutions in set() are deprecated, use string(CONFIGURE) instead (policy CMP0053)"
Diffstat (limited to 'cmake')
-rw-r--r--cmake/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
index 309cdb2e..6fbfb40d 100644
--- a/cmake/CMakeLists.txt
+++ b/cmake/CMakeLists.txt
@@ -15,7 +15,6 @@ endif(COMMAND cmake_policy)
if(CMAKE_MAJOR_VERSION GREATER 2)
cmake_policy(SET CMP0026 NEW)
cmake_policy(SET CMP0053 NEW)
- cmake_policy(SET CMP0054 NEW)
endif()
# detect version