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

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Feb 27 13:04:32 EST 2007


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv2780/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.345
retrieving revision 1.346
diff -u -d -r1.345 -r1.346
--- CMakeLists.txt	27 Feb 2007 16:59:34 -0000	1.345
+++ CMakeLists.txt	27 Feb 2007 18:04:29 -0000	1.346
@@ -505,11 +505,6 @@
     --build-makeprogram ${CMAKE_TEST_MAKEPROGRAM}
     --test-command DumpInformation)
 
-  ADD_TEST(SystemInformationNew 
-    ${CMAKE_CMAKE_COMMAND} -E chdir "${CMake_BINARY_DIR}"
-    "${CMAKE_CMAKE_COMMAND}" --system-information
-    )
-
   ADD_TEST(StringFileTest ${CMAKE_CTEST_COMMAND}
     --build-and-test
     "${CMake_SOURCE_DIR}/Tests/StringFileTest"



More information about the Cmake-commits mailing list