diff options
author | Alex Merry <alex.merry@kde.org> | 2015-12-27 11:40:55 +0000 |
---|---|---|
committer | Alex Merry <alex.merry@kde.org> | 2015-12-28 22:16:49 +0000 |
commit | 70f8c5f9efaae8f16874d8cfc551e8ae19558fba (patch) | |
tree | dd6aad78a70e7811ccaaf57fa03dbd9d1a3c2182 /kde-modules/KDECMakeSettings.cmake | |
parent | 1d4bc35cf9383177459544d6fcd9de35edf3e77d (diff) | |
download | extra-cmake-modules-70f8c5f9efaae8f16874d8cfc551e8ae19558fba.tar.gz extra-cmake-modules-70f8c5f9efaae8f16874d8cfc551e8ae19558fba.tar.bz2 |
Silence CMP0063 warnings with KDECompilerSettings.
We recommend including KDE "settings" modules with NO_POLICY_SCOPE, both
so we can resolve this issue and to allow us to deal with similar things
in the future.
REVIEW: 126535
Diffstat (limited to 'kde-modules/KDECMakeSettings.cmake')
-rw-r--r-- | kde-modules/KDECMakeSettings.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kde-modules/KDECMakeSettings.cmake b/kde-modules/KDECMakeSettings.cmake index c2786c1a..dd37e7f1 100644 --- a/kde-modules/KDECMakeSettings.cmake +++ b/kde-modules/KDECMakeSettings.cmake @@ -5,6 +5,9 @@ # Changes various CMake settings to what the KDE community views as more # sensible defaults. # +# It is recommended to include this module with the NO_POLICY_SCOPE flag, +# otherwise you may get spurious warnings with some versions of CMake. +# # It is split into three parts, which can be independently disabled if desired. # # Runtime Paths |