summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/ExportWithoutLanguage
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-08-13 13:46:14 (GMT)
committerBrad King <brad.king@kitware.com>2013-08-13 13:50:15 (GMT)
commitd05a9bd1e6fdeed447cb7b18db6b90353831504a (patch)
tree8bc866d9e0cbe2550e3bd9f934076cd3ef428962 /Tests/RunCMake/ExportWithoutLanguage
parentb26f0e034a66fb52ff7c679288281a9eaa382676 (diff)
downloadCMake-d05a9bd1e6fdeed447cb7b18db6b90353831504a.zip
CMake-d05a9bd1e6fdeed447cb7b18db6b90353831504a.tar.gz
CMake-d05a9bd1e6fdeed447cb7b18db6b90353831504a.tar.bz2
Cygwin: Avoid legacy warnings in RunCMake.* tests
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/RunCMake/ExportWithoutLanguage')
-rw-r--r--Tests/RunCMake/ExportWithoutLanguage/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/RunCMake/ExportWithoutLanguage/CMakeLists.txt b/Tests/RunCMake/ExportWithoutLanguage/CMakeLists.txt
index e8db6b0..12cd3c7 100644
--- a/Tests/RunCMake/ExportWithoutLanguage/CMakeLists.txt
+++ b/Tests/RunCMake/ExportWithoutLanguage/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)