summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeOnly/Test.cmake.in
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/CMakeOnly/Test.cmake.in
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/CMakeOnly/Test.cmake.in')
-rw-r--r--Tests/CMakeOnly/Test.cmake.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/CMakeOnly/Test.cmake.in b/Tests/CMakeOnly/Test.cmake.in
index a266415..285643a 100644
--- a/Tests/CMakeOnly/Test.cmake.in
+++ b/Tests/CMakeOnly/Test.cmake.in
@@ -8,8 +8,8 @@ file(REMOVE_RECURSE "${binary_dir}")
file(MAKE_DIRECTORY "${binary_dir}")
execute_process(
COMMAND ${CMAKE_COMMAND} ${CMAKE_ARGS}
- "${source_dir}" -G "@CMAKE_TEST_GENERATOR@"
- -T "@CMAKE_TEST_GENERATOR_TOOLSET@"
+ "${source_dir}" -G "@CMAKE_GENERATOR@"
+ -T "@CMAKE_GENERATOR_TOOLSET@"
WORKING_DIRECTORY "${binary_dir}"
RESULT_VARIABLE result
)