From b79dd9b919a2169c585a59f603350c37b2968401 Mon Sep 17 00:00:00 2001 From: Aleix Pol Date: Thu, 28 Jan 2016 15:01:29 +0100 Subject: [PATCH] Let KDE*CompilerSettings change the policies in the project As suggested in ECM documentation. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8e0ec8397..b778ff995 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,7 +25,7 @@ include_directories(${CMAKE_SOURCE_DIR}) configure_file(kdeconnect-version.h.in ${CMAKE_CURRENT_BINARY_DIR}/kdeconnect-version.h) include(KDEInstallDirs) -include(KDECompilerSettings) +include(KDECompilerSettings NO_POLICY_SCOPE) include(KDECMakeSettings) include(ECMAddTests) include(ECMSetupVersion)