summaryrefslogtreecommitdiffstats
path: root/Help/manual/cmake.1.rst
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-10-06 12:45:08 (GMT)
committerKitware Robot <kwrobot@kitware.com>2022-10-06 12:45:25 (GMT)
commit2133cf2c8e575bfff000041505208e28bcdfd4a3 (patch)
tree51768f9a801d2e32d4f342ded42a5b1502310eb7 /Help/manual/cmake.1.rst
parent48dbdf1b0f54114cccff6fff053c6eb43bef5313 (diff)
parent7e6b2a92a0a3fe1261c1ecb5db2acb7e30a4f75c (diff)
downloadCMake-2133cf2c8e575bfff000041505208e28bcdfd4a3.zip
CMake-2133cf2c8e575bfff000041505208e28bcdfd4a3.tar.gz
CMake-2133cf2c8e575bfff000041505208e28bcdfd4a3.tar.bz2
Merge topic 'try_compile-more-debug-logging'
7e6b2a92a0 try_compile: Report build dir with --debug-trycompile cbf3252975 Tests: Remove stray debugging flag from RunCMake.CheckCompilerFlag case Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7746
Diffstat (limited to 'Help/manual/cmake.1.rst')
-rw-r--r--Help/manual/cmake.1.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/manual/cmake.1.rst b/Help/manual/cmake.1.rst
index d22317e..879ad0b 100644
--- a/Help/manual/cmake.1.rst
+++ b/Help/manual/cmake.1.rst
@@ -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.