mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
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
12 lines
453 B
Plaintext
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\)
|