From 2636aad5c32b31ba92e6e85b626362237cbec279 Mon Sep 17 00:00:00 2001 From: Aleix Pol Date: Thu, 28 Jan 2016 15:08:23 +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 ba1ae11ae0..0dfb9a9e16 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -41,7 +41,7 @@ endif() include(KDEInstallDirs) include(KDECMakeSettings) -include(KDECompilerSettings) +include(KDECompilerSettings NO_POLICY_SCOPE) include(ECMInstallIcons) include(ECMOptionalAddSubdirectory)