[cmake-commits] martink committed CMakeLists.txt 1.349 1.350

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Mar 7 13:01:02 EST 2007


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

Modified Files:
	CMakeLists.txt 
Log Message:
BUG: oops bad arg for new test


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CMakeLists.txt,v
retrieving revision 1.349
retrieving revision 1.350
diff -u -d -r1.349 -r1.350
--- CMakeLists.txt	7 Mar 2007 16:03:57 -0000	1.349
+++ CMakeLists.txt	7 Mar 2007 18:01:00 -0000	1.350
@@ -576,7 +576,7 @@
     "${CMake_SOURCE_DIR}/Tests/NewlineArgs"
     "${CMake_BINARY_DIR}/Tests/NewlineArgs"
     --build-generator ${CMAKE_TEST_GENERATOR}
-    --build-project cxxonly
+    --build-project newlineargs
     --build-makeprogram ${CMAKE_TEST_MAKEPROGRAM}
     --build-two-config
     --test-command cxxonly)



More information about the Cmake-commits mailing list