From: Ralf Habacker Date: Wed, 11 Mar 2015 14:40:10 +0000 (+0100) Subject: Revert "cmake: @VAR@ substitutions in set() are deprecated, use string(CONFIGURE... X-Git-Tag: dbus-1.9.16~69 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f756aead906334407e44f12c4ab52c75aa3d302b;p=thirdparty%2Fdbus.git Revert "cmake: @VAR@ substitutions in set() are deprecated, use string(CONFIGURE) instead (policy CMP0053)" This reverts commit 45f2e84a7de52f55fc1b41fefbc1b71a40d7a4eb. --- diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt index 309cdb2e8..6fbfb40df 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