diff options
author | Craig Scott <craig.scott@crascit.com> | 2020-04-04 07:25:22 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2020-04-04 08:59:26 (GMT) |
commit | 218bda9671b4a76d49dfe73966862322d845d01f (patch) | |
tree | 9c83435865626ffcb861961026ee948c3d1786fd /Help/variable | |
parent | 11998c63fd9be2fe64ec05c2ba0bce22ca8cf140 (diff) | |
download | CMake-218bda9671b4a76d49dfe73966862322d845d01f.zip CMake-218bda9671b4a76d49dfe73966862322d845d01f.tar.gz CMake-218bda9671b4a76d49dfe73966862322d845d01f.tar.bz2 |
Help: Fix CMAKE_FIND_DEBUG_MODE list formatting
Diffstat (limited to 'Help/variable')
-rw-r--r-- | Help/variable/CMAKE_FIND_DEBUG_MODE.rst | 1 |
1 files changed, 1 insertions, 0 deletions
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` |