mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-13 01:29:02 -05:00
Merge topic 'try_compile-more-debug-logging'
7e6b2a92a0try_compile: Report build dir with --debug-trycompilecbf3252975Tests: Remove stray debugging flag from RunCMake.CheckCompilerFlag case Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7746
This commit is contained in:
@@ -292,6 +292,11 @@ Options
|
||||
is effectively a :command:`try_compile`. Any combination of the two
|
||||
is subject to the potential issues described.)
|
||||
|
||||
.. versionadded:: 3.25
|
||||
|
||||
When this option is enabled, every try-compile check prints a log
|
||||
message reporting the directory in which the check is performed.
|
||||
|
||||
.. option:: --debug-output
|
||||
|
||||
Put cmake in a debug mode.
|
||||
|
||||
@@ -5,4 +5,7 @@ try_compile-signatures
|
||||
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 ``--debug-trycompile``.
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user