From b4713d4755d693083dfff7e6e41dc4fe40cb03a3 Mon Sep 17 00:00:00 2001 From: Heiko Becker Date: Wed, 11 Jan 2017 20:18:38 +0100 Subject: [PATCH] Silence CMake policy CMP0063 warning ...by adding the NO_POLICY_SCOPE flag as recommended by ECM's documentation. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f48363d..8013a6c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_D include(KDEInstallDirs) include(KDECMakeSettings) -include(KDECompilerSettings) +include(KDECompilerSettings NO_POLICY_SCOPE) include(ECMInstallIcons) include(ECMAddAppIcon)