summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-02-23 16:17:11 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-02-23 16:17:11 (GMT)
commit1125b942b9d5f63dd707613100743aedb27b6905 (patch)
tree3c977264b1b7ec065b32251038ce21a4b6c8b815 /Tests
parent21a71f2c81353a63253b092d69d76f40d61d37fd (diff)
downloadCMake-1125b942b9d5f63dd707613100743aedb27b6905.zip
CMake-1125b942b9d5f63dd707613100743aedb27b6905.tar.gz
CMake-1125b942b9d5f63dd707613100743aedb27b6905.tar.bz2
ENH: Try to fix spaces in the path problem
Diffstat (limited to 'Tests')
-rw-r--r--Tests/SimpleExclude/run.cmake.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/SimpleExclude/run.cmake.in b/Tests/SimpleExclude/run.cmake.in
index ff0bbb5..8f83380 100644
--- a/Tests/SimpleExclude/run.cmake.in
+++ b/Tests/SimpleExclude/run.cmake.in
@@ -1,8 +1,8 @@
-set(t4_name "@CMAKE_CURRENT_BINARY_DIR@${CFG_DIR}/t4")
+set(t4_name "\"@CMAKE_CURRENT_BINARY_DIR@${CFG_DIR}/t4\"")
exec_program("${t4_name}" RETURN_VALUE "t4_var")
message("T4 ${t4_name} resulted ${t4_var}")
-set(t9_name "@CMAKE_CURRENT_BINARY_DIR@${CFG_DIR}/t9")
+set(t9_name "\"@CMAKE_CURRENT_BINARY_DIR@${CFG_DIR}/t9\"")
exec_program("${t9_name}" RETURN_VALUE "t9_var")
message("T9 ${t9_name} resulted ${t9_var}")