diff options
author | Ken Martin <ken.martin@kitware.com> | 2007-02-27 14:43:34 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2007-02-27 14:43:34 (GMT) |
commit | fa9f03779f5cbfcd6ee264fcf6989e571779a156 (patch) | |
tree | e9ef85fc443e46ab7353370a49936e1091fee8be | |
parent | dc7c6172b184de69d5fd8d3300bb1d3fc44cb5f0 (diff) | |
download | CMake-fa9f03779f5cbfcd6ee264fcf6989e571779a156.zip CMake-fa9f03779f5cbfcd6ee264fcf6989e571779a156.tar.gz CMake-fa9f03779f5cbfcd6ee264fcf6989e571779a156.tar.bz2 |
ENH: improvements
-rw-r--r-- | Modules/SystemInformation.cmake | 5 | ||||
-rw-r--r-- | Modules/SystemInformation.in | 1 |
2 files changed, 6 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) + diff --git a/Modules/SystemInformation.in b/Modules/SystemInformation.in index 0730de2..7722da0 100644 --- a/Modules/SystemInformation.in +++ b/Modules/SystemInformation.in @@ -1,3 +1,4 @@ +Avoid ctest truncation of output: CTEST_FULL_OUTPUT ======================================================== === MAIN VARIABLES ======================================================== |