summaryrefslogtreecommitdiff
path: root/Tests/CTestTest
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-10-03 07:27:53 -0400
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-10-03 07:27:53 -0400
commitc20b14de9bab8d8b4f055839be42dddd84762a7e (patch)
treeb3940f66496db67212cd82f6686df4ac6648d388 /Tests/CTestTest
parenta9028dfd0767916baf2b267ac4e5cae5b70ca923 (diff)
downloadcmake-c20b14de9bab8d8b4f055839be42dddd84762a7e.tar.gz
BUG: Fix problem with spaces in the path
Diffstat (limited to 'Tests/CTestTest')
-rw-r--r--Tests/CTestTest/test.cmake.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CTestTest/test.cmake.in b/Tests/CTestTest/test.cmake.in
index b84bdcce32..894535f86c 100644
--- a/Tests/CTestTest/test.cmake.in
+++ b/Tests/CTestTest/test.cmake.in
@@ -18,7 +18,7 @@ SET (CTEST_COMMAND
# what cmake command to use for configuring this dashboard
GET_FILENAME_COMPONENT(CTEST_EXECUTABLE_PATH "${CTEST_EXECUTABLE_NAME}" PATH)
-SET(CTEST_CMAKE_COMMAND "${CTEST_EXECUTABLE_PATH}/cmake")
+SET(CTEST_CMAKE_COMMAND "\"${CTEST_EXECUTABLE_PATH}/cmake\"")
MESSAGE("CTest executable: ${CTEST_EXECUTABLE_NAME}")
MESSAGE("CMake executable: ${CTEST_CMAKE_COMMAND}")