command_debug_find.rst 383 B

12345678910
  1. cmake-debug-find
  2. ----------------
  3. * :manual:`cmake(1)` gained a ``--debug-find`` command line
  4. option that can be used to provide information on where find
  5. commands searched.
  6. * Variable :variable:`CMAKE_FIND_DEBUG_MODE` was introduced to
  7. print extra find call information during the cmake run to standard
  8. error. Output is designed for human consumption and not for parsing.