CMake/Tests/RunCMake/try_compile/ConfigureLog-stdout.txt
Brad King 48292c8624 try_compile: Record stack of in-progess checks in configure log
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
2023-01-16 17:18:07 -05:00

5 lines
62 B
Plaintext

-- Check 1
-- Check 2
-- Check 2 - passed
-- Check 1 - passed