cmake --system-information: Stop dumping CMake{Output,Error}.log

CMake no longer logs system information to these files.
This commit is contained in:
Brad King
2023-01-16 16:40:33 -05:00
parent 5031934fb0
commit eae1398d09

View File

@@ -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})