Просмотр исходного кода

Merge topic 'release_notes_for_find_debug_mode'

4497a8672b Help: Add release notes for debugging find commands

Acked-by: Kitware Robot <[email protected]>
Merge-request: !4160
Kyle Edwards 6 лет назад
Родитель
Сommit
5f404e6770
1 измененных файлов с 10 добавлено и 0 удалено
  1. 10 0
      Help/release/dev/command_debug_find.rst

+ 10 - 0
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.