mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 13:51:33 -06:00
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.
Issue: #23200
12 lines
118 B
Plaintext
12 lines
118 B
Plaintext
^
|
|
---
|
|
events:(
|
|
-
|
|
kind: "message-v1"
|
|
backtrace:(
|
|
- "[^"]+")+
|
|
message: \|(
|
|
+ [^
|
|
]*)*)+
|
|
\.\.\.$
|