ENH: Handle spaces in the path

This commit is contained in:
Andy Cedilnik 2004-06-14 11:24:45 -04:00
parent dcb3bf0548
commit cd875fe781
1 changed files with 2 additions and 2 deletions

View File

@ -15,12 +15,12 @@ SET (CTEST_NOTES_FILE "@CMAKE_CURRENT_BINARY_DIR@/Note.txt")
# which ctest command to use for running the dashboard
SET (CTEST_COMMAND
"@CTEST_COMMAND@ -T Start -T Configure -T Build -T Test -T Submit -M Experimental -A ${CTEST_NOTES_FILE} -R SystemInformation -E CTestTest"
"\"@CTEST_COMMAND@\" -T Start -T Configure -T Build -T Test -T Submit -M Experimental -A ${CTEST_NOTES_FILE} -R SystemInformation -E CTestTest"
)
# what cmake command to use for configuring this dashboard
SET (CTEST_CMAKE_COMMAND
"@CMAKE_COMMAND@"
"\"@CMAKE_COMMAND@\""
)