diff options
author | Kyle Edwards <kyle.edwards@kitware.com> | 2019-12-26 15:59:24 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-12-26 15:59:32 (GMT) |
commit | 5f404e67701fb3f43548a3863cfb081b5a493bfe (patch) | |
tree | b86f7502bdd5edb1742f4bee137fa5de54f6eef8 | |
parent | b96aa75136e244bd71b9a0b95026397bc72c0eef (diff) | |
parent | 4497a8672bb6ecb934565555ec444513fd9e67c3 (diff) | |
download | CMake-5f404e67701fb3f43548a3863cfb081b5a493bfe.zip CMake-5f404e67701fb3f43548a3863cfb081b5a493bfe.tar.gz CMake-5f404e67701fb3f43548a3863cfb081b5a493bfe.tar.bz2 |
Merge topic 'release_notes_for_find_debug_mode'
4497a8672b Help: Add release notes for debugging find commands
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4160
-rw-r--r-- | Help/release/dev/command_debug_find.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Help/release/dev/command_debug_find.rst b/Help/release/dev/command_debug_find.rst new file mode 100644 index 0000000..673852c --- /dev/null +++ b/Help/release/dev/command_debug_find.rst @@ -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. |