mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-01 12:18:36 -06:00
Help: Add release notes for debugging find commands
This commit is contained in:
10
Help/release/dev/command_debug_find.rst
Normal file
10
Help/release/dev/command_debug_find.rst
Normal file
@@ -0,0 +1,10 @@
|
||||
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.
|
||||
Reference in New Issue
Block a user