summaryrefslogtreecommitdiffstats
path: root/Modules/SystemInformation.cmake
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2007-02-27 14:43:34 (GMT)
committerKen Martin <ken.martin@kitware.com>2007-02-27 14:43:34 (GMT)
commitfa9f03779f5cbfcd6ee264fcf6989e571779a156 (patch)
treee9ef85fc443e46ab7353370a49936e1091fee8be /Modules/SystemInformation.cmake
parentdc7c6172b184de69d5fd8d3300bb1d3fc44cb5f0 (diff)
downloadCMake-fa9f03779f5cbfcd6ee264fcf6989e571779a156.zip
CMake-fa9f03779f5cbfcd6ee264fcf6989e571779a156.tar.gz
CMake-fa9f03779f5cbfcd6ee264fcf6989e571779a156.tar.bz2
ENH: improvements
Diffstat (limited to 'Modules/SystemInformation.cmake')
-rw-r--r--Modules/SystemInformation.cmake5
1 files changed, 5 insertions, 0 deletions
diff --git a/Modules/SystemInformation.cmake b/Modules/SystemInformation.cmake
index a7a22f6..4ca2ef1 100644
--- a/Modules/SystemInformation.cmake
+++ b/Modules/SystemInformation.cmake
@@ -81,3 +81,8 @@ DUMP_FILE("../CMakeCache.txt")
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)
+