summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/TargetPropertyGeneratorExpressions
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-08-13 09:46:14 -0400
committerBrad King <brad.king@kitware.com>2013-08-13 09:50:15 -0400
commitd05a9bd1e6fdeed447cb7b18db6b90353831504a (patch)
tree8bc866d9e0cbe2550e3bd9f934076cd3ef428962 /Tests/RunCMake/TargetPropertyGeneratorExpressions
parentb26f0e034a66fb52ff7c679288281a9eaa382676 (diff)
downloadcmake-d05a9bd1e6fdeed447cb7b18db6b90353831504a.tar.gz
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/TargetPropertyGeneratorExpressions')
-rw-r--r--Tests/RunCMake/TargetPropertyGeneratorExpressions/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/RunCMake/TargetPropertyGeneratorExpressions/CMakeLists.txt b/Tests/RunCMake/TargetPropertyGeneratorExpressions/CMakeLists.txt
index 22577da4a4..90afc127ed 100644
--- a/Tests/RunCMake/TargetPropertyGeneratorExpressions/CMakeLists.txt
+++ b/Tests/RunCMake/TargetPropertyGeneratorExpressions/CMakeLists.txt
@@ -1,5 +1,5 @@
-cmake_minimum_required(VERSION 2.8)
+cmake_minimum_required(VERSION 2.8.4)
project(${RunCMake_TEST} CXX)
# MSVC creates extra targets which pollute the stderr unless we set this.