diff options
author | Craig Scott <craig.scott@crascit.com> | 2020-04-04 08:57:50 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2020-04-04 08:59:35 (GMT) |
commit | 477b8b5dfec6884879970fedf8537a8a82e9b20a (patch) | |
tree | 0fe1a717a444ba2d4e6ecbde1ede41866aac804f /Help/manual | |
parent | 218bda9671b4a76d49dfe73966862322d845d01f (diff) | |
download | CMake-477b8b5dfec6884879970fedf8537a8a82e9b20a.zip CMake-477b8b5dfec6884879970fedf8537a8a82e9b20a.tar.gz CMake-477b8b5dfec6884879970fedf8537a8a82e9b20a.tar.bz2 |
Help: Improve discoverability of CMAKE_FIND_DEBUG_MODE
Diffstat (limited to 'Help/manual')
-rw-r--r-- | Help/manual/cmake.1.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Help/manual/cmake.1.rst b/Help/manual/cmake.1.rst index 28a081f..d343874 100644 --- a/Help/manual/cmake.1.rst +++ b/Help/manual/cmake.1.rst @@ -242,10 +242,12 @@ Options :command:`message(SEND_ERROR)` calls. ``--debug-find`` - Put cmake find in a debug mode. + Put cmake find commands in a debug mode. Print extra find call information during the cmake run to standard error. Output is designed for human consumption and not for parsing. + See also the :variable:`CMAKE_FIND_DEBUG_MODE` variable for debugging + a more local part of the project. ``--trace`` Put cmake in trace mode. |