diff options
author | Brad King <brad.king@kitware.com> | 2023-01-16 16:40:33 -0500 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-01-19 13:24:06 -0500 |
commit | eae1398d09e3d9f06c94213d0203b533c111606a (patch) | |
tree | 9524fdf82a415a44108816ed092c78c55097a914 /Modules | |
parent | 5031934fb05181eb925b81f6747feaa8ffa27787 (diff) | |
download | cmake-eae1398d09e3d9f06c94213d0203b533c111606a.tar.gz |
cmake --system-information: Stop dumping CMake{Output,Error}.log
CMake no longer logs system information to these files.
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/SystemInformation.cmake | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Modules/SystemInformation.cmake b/Modules/SystemInformation.cmake index fbc32a8d25..97f385612c 100644 --- a/Modules/SystemInformation.cmake +++ b/Modules/SystemInformation.cmake @@ -83,8 +83,6 @@ macro(DUMP_FILE THE_FILE) endmacro() 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}) |