[cmake-commits] andy committed CMakeLists.txt 1.341 1.342

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Feb 23 11:30:07 EST 2007


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv3737/Source

Modified Files:
	CMakeLists.txt 
Log Message:
ENH: Try to fix spaces in the path problem


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CMakeLists.txt,v
retrieving revision 1.341
retrieving revision 1.342
diff -u -d -r1.341 -r1.342
--- CMakeLists.txt	23 Feb 2007 14:46:27 -0000	1.341
+++ CMakeLists.txt	23 Feb 2007 16:30:04 -0000	1.342
@@ -553,9 +553,10 @@
     --build-project SimpleExclude
     --build-makeprogram ${CMAKE_TEST_MAKEPROGRAM}
     --build-two-config
-    --test-command "${CMAKE_COMMAND}"
-    "-DCONFIGURATION=\${CTEST_CONFIGURATION_TYPE}"
-    -P "${CMAKE_BINARY_DIR}/Tests/SimpleExclude/run.cmake"
+    --test-command t4
+    #--test-command "${CMAKE_COMMAND}"
+    #"-DCONFIGURATION=\${CTEST_CONFIGURATION_TYPE}"
+    #-P "${CMAKE_BINARY_DIR}/Tests/SimpleExclude/run.cmake"
     )
 
 #  ADD_TEST(SameName  ${CMAKE_CTEST_COMMAND}



More information about the Cmake-commits mailing list