blob: 673852c392835c5b269fe47660e8341da003f749 (
plain)
1
2
3
4
5
6
7
8
9
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.
|