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

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Mar 1 10:35:00 EST 2007


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

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


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/CMakeLists.txt,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -d -r1.116 -r1.117
--- CMakeLists.txt	1 Mar 2007 15:33:11 -0000	1.116
+++ CMakeLists.txt	1 Mar 2007 15:34:58 -0000	1.117
@@ -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