summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/RunCMake.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-04-28 14:03:07 (GMT)
committerBrad King <brad.king@kitware.com>2016-04-28 14:04:09 (GMT)
commit6a501b6519850c0dd2bcc687cd8da6fc6c9459d5 (patch)
tree0ba5ceb7f0bf38d2f5082239bb04ab2741b95cea /Tests/RunCMake/RunCMake.cmake
parent5b4f771fd7eb02f4bb5248194796d191347e492b (diff)
downloadCMake-6a501b6519850c0dd2bcc687cd8da6fc6c9459d5.zip
CMake-6a501b6519850c0dd2bcc687cd8da6fc6c9459d5.tar.gz
CMake-6a501b6519850c0dd2bcc687cd8da6fc6c9459d5.tar.bz2
Tests: Drop test for VS 7.0 generator deprecation warnings
We removed this generator but forgot to remove this now-unused test case.
Diffstat (limited to 'Tests/RunCMake/RunCMake.cmake')
-rw-r--r--Tests/RunCMake/RunCMake.cmake3
1 files changed, 0 insertions, 3 deletions
diff --git a/Tests/RunCMake/RunCMake.cmake b/Tests/RunCMake/RunCMake.cmake
index 9d44a8a..736faf1 100644
--- a/Tests/RunCMake/RunCMake.cmake
+++ b/Tests/RunCMake/RunCMake.cmake
@@ -51,9 +51,6 @@ function(run_cmake test)
if(APPLE)
list(APPEND RunCMake_TEST_OPTIONS -DCMAKE_POLICY_DEFAULT_CMP0025=NEW)
endif()
- if(RunCMake_GENERATOR STREQUAL "Visual Studio 7" AND NOT RunCMake_WARN_VS70)
- list(APPEND RunCMake_TEST_OPTIONS -DCMAKE_WARN_VS70=OFF)
- endif()
if(RunCMake_MAKE_PROGRAM)
list(APPEND RunCMake_TEST_OPTIONS "-DCMAKE_MAKE_PROGRAM=${RunCMake_MAKE_PROGRAM}")
endif()