From 4497a8672bb6ecb934565555ec444513fd9e67c3 Mon Sep 17 00:00:00 2001 From: Robert Maynard Date: Mon, 23 Dec 2019 11:01:34 -0500 Subject: Help: Add release notes for debugging find commands --- Help/release/dev/command_debug_find.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Help/release/dev/command_debug_find.rst 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. -- cgit v0.12