From 02fd34bfb0be47c52217e3f80f03803fc15db5e5 Mon Sep 17 00:00:00 2001 From: Aleix Pol Date: Thu, 28 Jan 2016 14:51:09 +0100 Subject: Let KDE*CompilerSettings change the policies in the project As suggested in ECM documentation. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 26fb0f2c..031fb92d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ set(REQUIRED_QT_VERSION 5.3.0) find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Gui Xml) include(KDEInstallDirs) -include(KDEFrameworkCompilerSettings) +include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE) include(KDECMakeSettings) -- cgit v1.2.1