From eae1398d09e3d9f06c94213d0203b533c111606a Mon Sep 17 00:00:00 2001 From: Brad King Date: Mon, 16 Jan 2023 16:40:33 -0500 Subject: cmake --system-information: Stop dumping CMake{Output,Error}.log CMake no longer logs system information to these files. --- Modules/SystemInformation.cmake | 2 -- 1 file changed, 2 deletions(-) diff --git a/Modules/SystemInformation.cmake b/Modules/SystemInformation.cmake index fbc32a8..97f3856 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}) -- cgit v0.12