diff options
Diffstat (limited to 'Help/release/dev/command_debug_find.rst')
-rw-r--r-- | Help/release/dev/command_debug_find.rst | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Help/release/dev/command_debug_find.rst b/Help/release/dev/command_debug_find.rst deleted file mode 100644 index 673852c..0000000 --- a/Help/release/dev/command_debug_find.rst +++ /dev/null @@ -1,10 +0,0 @@ -cmake-debug-find ----------------- - -* :manual:`cmake(1)` gained a ``--debug-find`` command line - option that can be used to provide information on where find - commands searched. - -* Variable :variable:`CMAKE_FIND_DEBUG_MODE` was introduced to - print extra find call information during the cmake run to standard - error. Output is designed for human consumption and not for parsing. |