Help: Add release notes for debugging find commands

This commit is contained in:
Robert Maynard
2019-12-23 11:01:34 -05:00
parent 417c533010
commit 4497a8672b

View 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.