1
0
mirror of https://github.com/KDE/krfb synced 2026-07-01 07:41:17 -07:00

Silence CMake policy CMP0063 warning

...by adding the NO_POLICY_SCOPE flag as recommended by ECM's
documentation.
This commit is contained in:
Heiko Becker
2017-01-11 20:18:38 +01:00
parent 903692c299
commit b4713d4755

View File

@@ -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)