[karchive] /: Fix CMP0063 warning (the one about CXX_VISIBILITY_PRESET).
David Faure
faure at kde.org
Tue Jan 19 08:15:14 UTC 2016
Git commit 3b13ef97925725b2a273a4d3e7d1c0c7e151522d by David Faure.
Committed on 19/01/2016 at 08:14.
Pushed by dfaure into branch 'master'.
Fix CMP0063 warning (the one about CXX_VISIBILITY_PRESET).
Any volunteer for doing this over all frameworks?
CCMAIL: kde-frameworks-devel at kde.org
M +1 -1 CMakeLists.txt
http://commits.kde.org/karchive/3b13ef97925725b2a273a4d3e7d1c0c7e151522d
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1440f2f..deee520 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -11,7 +11,7 @@ feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND FATAL_ON_MISSING_REQUIRED_PACKA
set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
include(KDEInstallDirs)
-include(KDEFrameworkCompilerSettings)
+include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
include(KDECMakeSettings)
More information about the Kde-frameworks-devel
mailing list