mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 06:09:14 -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
12 lines
567 B
ReStructuredText
12 lines
567 B
ReStructuredText
try_compile-signatures
|
|
----------------------
|
|
|
|
* The :command:`try_compile` and :command:`try_run` commands gained new
|
|
signatures that more consistently use keyword dispatch and do not require a
|
|
binary directory to be specified. Additionally, these signatures use a
|
|
unique directory for each invocation, which allows multiple outputs to be
|
|
preserved when using :option:`--debug-trycompile <cmake --debug-trycompile>`.
|
|
|
|
* The :option:`cmake --debug-trycompile` option now prints log messages
|
|
reporting the directory in which each try-compile check is done.
|