From cd875fe7816fdfb71c5970754f54f927a8c68321 Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Mon, 14 Jun 2004 11:24:45 -0400 Subject: [PATCH] ENH: Handle spaces in the path --- Tests/CTestTest/test.cmake.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tests/CTestTest/test.cmake.in b/Tests/CTestTest/test.cmake.in index bae14bec2..074c26cc4 100644 --- a/Tests/CTestTest/test.cmake.in +++ b/Tests/CTestTest/test.cmake.in @@ -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@\"" )