[cmake-commits] martink committed CMakeLists.txt 1.115 1.116

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Mar 1 10:33:13 EST 2007


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

Modified Files:
	CMakeLists.txt 
Log Message:
BUG: bad command line


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/CMakeLists.txt,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -d -r1.115 -r1.116
--- CMakeLists.txt	28 Feb 2007 17:25:19 -0000	1.115
+++ CMakeLists.txt	1 Mar 2007 15:33:11 -0000	1.116
@@ -475,6 +475,6 @@
 
 ADD_TEST(SystemInformationNew 
   "${CMAKE_CMAKE_COMMAND}" --system-information
-  -G "${CMAKE_TEST_GENERATOR}"
+  -G"${CMAKE_TEST_GENERATOR}"
   )
 



More information about the Cmake-commits mailing list