[cmake-commits] martink committed SystemInformation.cmake 1.1 1.2 SystemInformation.in 1.1 1.2

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Feb 27 09:43:36 EST 2007


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

Modified Files:
	SystemInformation.cmake SystemInformation.in 
Log Message:
ENH: improvements


Index: SystemInformation.in
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/SystemInformation.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- SystemInformation.in	26 Feb 2007 18:40:56 -0000	1.1
+++ SystemInformation.in	27 Feb 2007 14:43:34 -0000	1.2
@@ -1,3 +1,4 @@
+Avoid ctest truncation of output: CTEST_FULL_OUTPUT
 ========================================================
 === MAIN VARIABLES
 ========================================================

Index: SystemInformation.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/SystemInformation.cmake,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- SystemInformation.cmake	26 Feb 2007 18:40:56 -0000	1.1
+++ SystemInformation.cmake	27 Feb 2007 14:43:34 -0000	1.2
@@ -81,3 +81,8 @@
 DUMP_FILE("../CMakeFiles/CMakeOutput.log")
 DUMP_FILE("../CMakeFiles/CMakeError.log")
 DUMP_FILE("../CMakeFiles/CMakeSystem.cmake")
+
+FOREACH (EXTRA_FILE ${EXTRA_DUMP_FILES})
+  DUMP_FILE("${EXTRA_FILE}")
+ENDFOREACH (EXTRA_FILE)
+



More information about the Cmake-commits mailing list