BUG: Fix problem with spaces in the path

This commit is contained in:
Andy Cedilnik 2004-10-03 07:27:53 -04:00
parent a9028dfd07
commit c20b14de9b
1 changed files with 1 additions and 1 deletions

View File

@ -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}")