summaryrefslogtreecommitdiffstats
path: root/Tests/CTestTestCycle
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-03-03 19:06:34 (GMT)
committerBrad King <brad.king@kitware.com>2014-03-03 20:26:49 (GMT)
commit9f5bd180c8e0114ff153deeaa1690ce9eb250005 (patch)
treeb7f61037fb16f743b4bca5068c3033e49aea520f /Tests/CTestTestCycle
parent76477267bda58d10b8e00229bffd841f9e73d041 (diff)
downloadCMake-9f5bd180c8e0114ff153deeaa1690ce9eb250005.zip
CMake-9f5bd180c8e0114ff153deeaa1690ce9eb250005.tar.gz
CMake-9f5bd180c8e0114ff153deeaa1690ce9eb250005.tar.bz2
Tests: Drop CMAKE_TEST_GENERATOR(|_TOOLSET) variables
s/CMAKE_TEST_GENERATOR/CMAKE_GENERATOR/g
Diffstat (limited to 'Tests/CTestTestCycle')
-rw-r--r--Tests/CTestTestCycle/test.cmake.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/CTestTestCycle/test.cmake.in b/Tests/CTestTestCycle/test.cmake.in
index 94b9cac..478badb 100644
--- a/Tests/CTestTestCycle/test.cmake.in
+++ b/Tests/CTestTestCycle/test.cmake.in
@@ -8,8 +8,8 @@ set(CTEST_BUILD_NAME "CTestTest-@BUILDNAME@-Cycle")
set(CTEST_SOURCE_DIRECTORY "@CMake_SOURCE_DIR@/Tests/CTestTestCycle")
set(CTEST_BINARY_DIRECTORY "@CMake_BINARY_DIR@/Tests/CTestTestCycle")
set(CTEST_CVS_COMMAND "@CVSCOMMAND@")
-set(CTEST_CMAKE_GENERATOR "@CMAKE_TEST_GENERATOR@")
-set(CTEST_CMAKE_GENERATOR_TOOLSET "@CMAKE_TEST_GENERATOR_TOOLSET@")
+set(CTEST_CMAKE_GENERATOR "@CMAKE_GENERATOR@")
+set(CTEST_CMAKE_GENERATOR_TOOLSET "@CMAKE_GENERATOR_TOOLSET@")
set(CTEST_BUILD_CONFIGURATION "$ENV{CMAKE_CONFIG_TYPE}")
set(CTEST_COVERAGE_COMMAND "@COVERAGE_COMMAND@")
set(CTEST_NOTES_FILES "${CTEST_SCRIPT_DIRECTORY}/${CTEST_SCRIPT_NAME}")