summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-10-25 19:07:35 (GMT)
committerBrad King <brad.king@kitware.com>2013-10-25 19:07:35 (GMT)
commit4ea27bcc4c52773e514a41f9468b216166999668 (patch)
treee80c631ea277157f0d62a015a6a1d7bc401e32b0 /Tests
parent6c9194488aa5d61774ffeb40f54149ce2255f00c (diff)
downloadCMake-4ea27bcc4c52773e514a41f9468b216166999668.zip
CMake-4ea27bcc4c52773e514a41f9468b216166999668.tar.gz
CMake-4ea27bcc4c52773e514a41f9468b216166999668.tar.bz2
Cygwin: Avoid legacy warnings in RunCMake.DisallowedCommands test
Set the minimum required version of CMake high enough to avoid the warning for CMAKE_LEGACY_CYGWIN_WIN32. The warning appears on stderr and breaks the expected output matching.
Diffstat (limited to 'Tests')
-rw-r--r--Tests/RunCMake/DisallowedCommands/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/RunCMake/DisallowedCommands/CMakeLists.txt b/Tests/RunCMake/DisallowedCommands/CMakeLists.txt
index e8db6b0..12cd3c7 100644
--- a/Tests/RunCMake/DisallowedCommands/CMakeLists.txt
+++ b/Tests/RunCMake/DisallowedCommands/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)