[cmake-commits] martink committed CMakeLists.txt 1.330 1.331

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Feb 19 14:48:06 EST 2007


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

Modified Files:
	CMakeLists.txt 
Log Message:
ENH: make the test really test targets with spaces


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CMakeLists.txt,v
retrieving revision 1.330
retrieving revision 1.331
diff -u -d -r1.330 -r1.331
--- CMakeLists.txt	19 Feb 2007 18:26:38 -0000	1.330
+++ CMakeLists.txt	19 Feb 2007 19:48:04 -0000	1.331
@@ -1001,11 +1001,12 @@
       )
   ENDIF(NOT CMAKE_TEST_DIFFERENT_GENERATOR)
 
+
   ADD_TEST(SubDirSpaces ${CMAKE_CTEST_COMMAND}
     --build-and-test
     "${CMake_SOURCE_DIR}/Tests/SubDirSpaces"
     "${CMake_BINARY_DIR}/Tests/SubDirSpaces"
-    --build-exe-dir "${CMake_BINARY_DIR}/Tests/SubDirSpaces/Executable"
+    --build-exe-dir "${CMake_BINARY_DIR}/Tests/SubDirSpaces/Executable Sources"
     --build-generator ${CMAKE_TEST_GENERATOR}
     --build-makeprogram ${CMAKE_TEST_MAKEPROGRAM}
     --build-project SUBDIR



More information about the Cmake-commits mailing list