Files
CMake/Tests/RunCMake/CommandLine/debug-trycompile-stderr.txt
Matthew Woehlke 7e6b2a92a0 try_compile: Report build dir with --debug-trycompile
When `--debug-trycompile` is enabled, issue a log (with trace) for every
`try_compile` noting what directory is being used for the compilation.
This will make it easier to find the corresponding artifacts.

Closes: #24022
2022-10-06 08:13:03 -04:00

12 lines
453 B
Plaintext

^CMake Debug Log at [^
]*/Modules/CMakeDetermineCompilerABI.cmake:[0-9]+ \(try_compile\):
Executing try_compile \(CMAKE_C_ABI_COMPILED\) in:
[^
]*/Tests/RunCMake/CommandLine/debug-trycompile-build/CMakeFiles/CMakeScratch/TryCompile-[^/]+
Call Stack \(most recent call first\):
[^
]*/Modules/CMakeTestCCompiler.cmake:[0-9]+ \(CMAKE_DETERMINE_COMPILER_ABI\)
debug-trycompile.cmake:[0-9]+ \(enable_language\)
CMakeLists.txt:[0-9]+ \(include\)