mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-12 09:08:58 -05:00
7e6b2a92a0
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