Skip to content

Modules: Record system inspection steps in the configure log

Brad King requested to merge brad.king/cmake:configure-log into master

Replace old-style file(APPEND .../CMake{Output,Error}.log) logging with calls to message(CONFIGURE_LOG) to record the steps in the CMakeConfigureLog.yaml configure log instead.

Also update the test suite to avoid using/expecting CMake{Output,Error}.log.

Issue: #23200 (closed)

Merge request reports