mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03: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
|