┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleix Pol <[email protected]>2016-01-19 13:14:00 +0100
committerAleix Pol <[email protected]>2016-01-19 13:14:00 +0100
commit7c343f21dd5c156e1a41823ca8984647d85c4ff8 (patch)
tree4ad92d8cfcd4e4b7e4745903c8143fd5abc4633d
parentb336066e1d3b605853fa3502d31951ff47cc33f0 (diff)
include KDEFrameworksCompilerSettings as suggested in the documentation
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 80401e962..96e39d8d9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -23,7 +23,7 @@ include(GenerateExportHeader)
include(FeatureSummary)
include(KDEInstallDirs)
include(KDECMakeSettings)
-include(KDEFrameworkCompilerSettings)
+include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
ecm_setup_version(${KDE_APPLICATIONS_VERSION} VARIABLE_PREFIX DOLPHIN
VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/src/dolphin_version.h"