diff options
author | Craig Scott <craig.scott@crascit.com> | 2020-04-06 10:34:01 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2020-04-06 10:34:15 (GMT) |
commit | 49b78e93a7670b105847b0fd7127e8158d689a54 (patch) | |
tree | 90e323f55714a92bcb78a544539e2bb5e3a7ef95 /Help/manual | |
parent | e746f1dc06226a6d8d8cd4eded6beba86fbed774 (diff) | |
parent | 477b8b5dfec6884879970fedf8537a8a82e9b20a (diff) | |
download | CMake-49b78e93a7670b105847b0fd7127e8158d689a54.zip CMake-49b78e93a7670b105847b0fd7127e8158d689a54.tar.gz CMake-49b78e93a7670b105847b0fd7127e8158d689a54.tar.bz2 |
Merge topic 'docs-CMAKE_FIND_DEBUG_MODE'
477b8b5dfe Help: Improve discoverability of CMAKE_FIND_DEBUG_MODE
218bda9671 Help: Fix CMAKE_FIND_DEBUG_MODE list formatting
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4569
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 e497890..9a43499 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. |