diff options
author | Brad King <brad.king@kitware.com> | 2014-03-03 14:06:34 -0500 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-03-03 15:26:49 -0500 |
commit | 9f5bd180c8e0114ff153deeaa1690ce9eb250005 (patch) | |
tree | b7f61037fb16f743b4bca5068c3033e49aea520f /Tests/CMakeBuildTest.cmake.in | |
parent | 76477267bda58d10b8e00229bffd841f9e73d041 (diff) | |
download | cmake-9f5bd180c8e0114ff153deeaa1690ce9eb250005.tar.gz |
Tests: Drop CMAKE_TEST_GENERATOR(|_TOOLSET) variables
s/CMAKE_TEST_GENERATOR/CMAKE_GENERATOR/g
Diffstat (limited to 'Tests/CMakeBuildTest.cmake.in')
-rw-r--r-- | Tests/CMakeBuildTest.cmake.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/CMakeBuildTest.cmake.in b/Tests/CMakeBuildTest.cmake.in index 0f7074b2f0..aaefe43ac7 100644 --- a/Tests/CMakeBuildTest.cmake.in +++ b/Tests/CMakeBuildTest.cmake.in @@ -11,8 +11,8 @@ file(REMOVE "@CMAKE_BUILD_TEST_SOURCE_DIR@/CMakeCache.txt") message("running: ${CMAKE_COMMAND}") execute_process(COMMAND "${CMAKE_COMMAND}" "@CMAKE_BUILD_TEST_SOURCE_DIR@" - "-G@CMAKE_TEST_GENERATOR@" - -T "@CMAKE_TEST_GENERATOR_TOOLSET@" + "-G@CMAKE_GENERATOR@" + -T "@CMAKE_GENERATOR_TOOLSET@" WORKING_DIRECTORY "@CMAKE_BUILD_TEST_BINARY_DIR@" RESULT_VARIABLE RESULT) if(RESULT) |