summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Maynard <robert.maynard@kitware.com>2019-12-23 16:01:34 (GMT)
committerRobert Maynard <robert.maynard@kitware.com>2019-12-23 16:10:48 (GMT)
commit4497a8672bb6ecb934565555ec444513fd9e67c3 (patch)
tree886585fe6060ffe8e36298bd04dcd60949994345
parent417c533010e067ea78634e6ba50a1d2568949ad2 (diff)
downloadCMake-4497a8672bb6ecb934565555ec444513fd9e67c3.zip
CMake-4497a8672bb6ecb934565555ec444513fd9e67c3.tar.gz
CMake-4497a8672bb6ecb934565555ec444513fd9e67c3.tar.bz2
Help: Add release notes for debugging find commands
-rw-r--r--Help/release/dev/command_debug_find.rst10
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.