mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
Many `try_compile` and `try_run` calls occur inside check modules
between `message(CHECK_START)` and `message(CHECK_{PASS,FAIL})` pairs.
Add a field to configure log entries to report this context.
Issue: #23200
5 lines
62 B
Plaintext
5 lines
62 B
Plaintext
-- Check 1
|
|
-- Check 2
|
|
-- Check 2 - passed
|
|
-- Check 1 - passed
|