[cmake-commits] martink committed CMakeLists.txt 1.113 1.114

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


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

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


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/CMakeLists.txt,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -d -r1.113 -r1.114
--- CMakeLists.txt	2 Feb 2007 19:40:24 -0000	1.113
+++ CMakeLists.txt	27 Feb 2007 18:04:29 -0000	1.114
@@ -430,3 +430,7 @@
   "${CMAKE_CURRENT_BINARY_DIR}/CTestScript.cmake"
   @ONLY IMMEDIATE)
 
+ADD_TEST(SystemInformationNew 
+  "${EXECUTABLE_OUTPUT_PATH}/cmake" --system-information
+  )
+



More information about the Cmake-commits mailing list