mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-09 07:11:05 -06:00
cmake --system-information: Stop dumping CMake{Output,Error}.log
CMake no longer logs system information to these files.
This commit is contained in:
@@ -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})
|
||||
|
||||
Reference in New Issue
Block a user