cmake-find-required.rst 361 B

12345678
  1. cmake-find-required
  2. -------------------
  3. * The :variable:`CMAKE_FIND_REQUIRED` variable was added to tell
  4. :command:`find_package`, :command:`find_path`, :command:`find_file`,
  5. :command:`find_library`, and :command:`find_program` to be ``REQUIRED``
  6. by default. The commands also gained an ``OPTIONAL`` keyword to ignore
  7. the variable for a specific call.