[cmake-commits] martink committed CMakeLists.txt 1.344 1.345

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Feb 27 11:59:36 EST 2007


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

Modified Files:
	CMakeLists.txt 
Log Message:
BUG: possible fix for new SystemInfo test


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CMakeLists.txt,v
retrieving revision 1.344
retrieving revision 1.345
diff -u -d -r1.344 -r1.345
--- CMakeLists.txt	27 Feb 2007 15:10:10 -0000	1.344
+++ CMakeLists.txt	27 Feb 2007 16:59:34 -0000	1.345
@@ -507,7 +507,7 @@
 
   ADD_TEST(SystemInformationNew 
     ${CMAKE_CMAKE_COMMAND} -E chdir "${CMake_BINARY_DIR}"
-    ${CMAKE_CMAKE_COMMAND} --system-information
+    "${CMAKE_CMAKE_COMMAND}" --system-information
     )
 
   ADD_TEST(StringFileTest ${CMAKE_CTEST_COMMAND}



More information about the Cmake-commits mailing list