summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-07-21 13:22:25 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2015-07-21 13:22:25 (GMT)
commit500ce3f11338a7bafeba0e9e623fd04b3802e5d9 (patch)
tree5d5c1268a7d0c3c4c932601b6a0972a64457787f
parent5b2754d41fcef287ff76c9d909d9bc2f506b4d03 (diff)
parent4572d8b34e5ac0985dc3beaefbe9dde514aa0ff4 (diff)
downloadCMake-500ce3f11338a7bafeba0e9e623fd04b3802e5d9.zip
CMake-500ce3f11338a7bafeba0e9e623fd04b3802e5d9.tar.gz
CMake-500ce3f11338a7bafeba0e9e623fd04b3802e5d9.tar.bz2
Merge topic 'KDE4-NO_POLICY_SCOPE'
4572d8b3 KDE4: Find the Internal package with NO_POLICY_SCOPE.
-rw-r--r--Modules/FindKDE4.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindKDE4.cmake b/Modules/FindKDE4.cmake
index 3c2c309..5530166 100644
--- a/Modules/FindKDE4.cmake
+++ b/Modules/FindKDE4.cmake
@@ -105,7 +105,7 @@ if (KDE4_DATA_DIR)
endif ()
# use FindKDE4Internal.cmake to do the rest
- find_package(KDE4Internal ${_req} ${_quiet})
+ find_package(KDE4Internal ${_req} ${_quiet} NO_POLICY_SCOPE)
else ()
if (KDE4_FIND_REQUIRED)
message(FATAL_ERROR "ERROR: cmake/modules/FindKDE4Internal.cmake not found in ${_data_DIR}")