From 2c6cf868cf71f5e6dd7a1f8bc6c1abfe711145aa Mon Sep 17 00:00:00 2001 From: Aleix Pol Date: Thu, 28 Jan 2016 14:59:01 +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 492de006c..da658bd1d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ include(ECMOptionalAddSubdirectory) include(GenerateExportHeader) include(FeatureSummary) include(ECMAddAppIcon) -include(KDEFrameworkCompilerSettings) +include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE) include(KDEInstallDirs) include(KDECMakeSettings) include(ECMAddTests)