From 218bda9671b4a76d49dfe73966862322d845d01f Mon Sep 17 00:00:00 2001 From: Craig Scott Date: Sat, 4 Apr 2020 18:25:22 +1100 Subject: Help: Fix CMAKE_FIND_DEBUG_MODE list formatting --- Help/variable/CMAKE_FIND_DEBUG_MODE.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Help/variable/CMAKE_FIND_DEBUG_MODE.rst b/Help/variable/CMAKE_FIND_DEBUG_MODE.rst index 33ffdd6..f5fd8ce 100644 --- a/Help/variable/CMAKE_FIND_DEBUG_MODE.rst +++ b/Help/variable/CMAKE_FIND_DEBUG_MODE.rst @@ -3,6 +3,7 @@ CMAKE_FIND_DEBUG_MODE Print extra find call information for the following commands to standard error: + * :command:`find_program` * :command:`find_library` * :command:`find_file` -- cgit v0.12 From 477b8b5dfec6884879970fedf8537a8a82e9b20a Mon Sep 17 00:00:00 2001 From: Craig Scott Date: Sat, 4 Apr 2020 19:57:50 +1100 Subject: Help: Improve discoverability of CMAKE_FIND_DEBUG_MODE --- Help/manual/cmake.1.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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. -- cgit v0.12