summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-10-20 11:37:48 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2013-10-20 11:37:48 (GMT)
commit936dec32e54156c1a1e42f09938dc04573381640 (patch)
tree7a645d485c0dc1fdc60ebd0973b995dd19f71e34 /Tests
parentf040840f9b4c3c431b327b167fdbfb5df6c3ec8f (diff)
parentabfebefbb981a95837ffe88f98956785d936306d (diff)
downloadCMake-936dec32e54156c1a1e42f09938dc04573381640.zip
CMake-936dec32e54156c1a1e42f09938dc04573381640.tar.gz
CMake-936dec32e54156c1a1e42f09938dc04573381640.tar.bz2
Merge topic 'target-LOCATION-policy'
abfebef Cygwin: Avoid legacy warnings in RunCMake.CMP0026 test
Diffstat (limited to 'Tests')
-rw-r--r--Tests/RunCMake/CMP0026/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/RunCMake/CMP0026/CMakeLists.txt b/Tests/RunCMake/CMP0026/CMakeLists.txt
index e8db6b0..12cd3c7 100644
--- a/Tests/RunCMake/CMP0026/CMakeLists.txt
+++ b/Tests/RunCMake/CMP0026/CMakeLists.txt
@@ -1,3 +1,3 @@
-cmake_minimum_required(VERSION 2.8)
+cmake_minimum_required(VERSION 2.8.4)
project(${RunCMake_TEST} NONE)
include(${RunCMake_TEST}.cmake)