summaryrefslogtreecommitdiffstats
path: root/Source/cmFileAPIConfigureLog.cxx
Commit message (Collapse)AuthorAgeFilesLines
* message: Add CONFIGURE_LOG mode to record a message in the configure logBrad King2023-01-181-0/+1
| | | | | | | Provide a replacement for `file(APPEND .../CMake{Output,Error}.log)` that records messages in the configure log. Issue: #23200
* FileAPI: Add "configureLog" object kindBrad King2022-12-171-0/+67
Provide clients with a way to get a known set of configure log event versions. Issue: #23200