summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeOnly
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-04-24 13:33:59 (GMT)
committerKitware Robot <kwrobot@kitware.com>2017-04-24 13:34:03 (GMT)
commitaaeb01ef9bfa600e072be79792be53186c395a8c (patch)
tree7b9cb1faff60a9f6f67225c28c89415c662e9591 /Tests/CMakeOnly
parent1e31359565ddfb3d2f5ec13d5aa48467c4ec5a77 (diff)
parentcda401fec495c0d086af3c6bb2b169bd95842ec0 (diff)
downloadCMake-aaeb01ef9bfa600e072be79792be53186c395a8c.zip
CMake-aaeb01ef9bfa600e072be79792be53186c395a8c.tar.gz
CMake-aaeb01ef9bfa600e072be79792be53186c395a8c.tar.bz2
Merge topic 'fix-test-all-find-modules'
cda401fe Tests: Simplify CMakeOnly.AllFindModules policy settings 1a2ede17 Tests: Fix FindModulesExecuteAll when KDE4 is installed Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !736
Diffstat (limited to 'Tests/CMakeOnly')
-rw-r--r--Tests/CMakeOnly/AllFindModules/CMakeLists.txt6
1 files changed, 1 insertions, 5 deletions
diff --git a/Tests/CMakeOnly/AllFindModules/CMakeLists.txt b/Tests/CMakeOnly/AllFindModules/CMakeLists.txt
index 7eb679c..443d366 100644
--- a/Tests/CMakeOnly/AllFindModules/CMakeLists.txt
+++ b/Tests/CMakeOnly/AllFindModules/CMakeLists.txt
@@ -1,10 +1,6 @@
-cmake_minimum_required (VERSION 2.8)
+cmake_minimum_required(VERSION 2.8.4) # new enough for CMP0017
project(AllFindModules)
-if (POLICY CMP0017)
- cmake_policy(SET CMP0017 NEW)
-endif ()
-
# Avoid ctest truncation of output
message(STATUS "CTEST_FULL_OUTPUT")