find-calls-search-install-prefix.rst 567 B

123456789101112
  1. find-calls-search-install-prefix
  2. --------------------------------
  3. * The :command:`find_file`, :command:`find_library`, :command:`find_path`,
  4. :command:`find_package`, and :command:`find_program` commands have gained
  5. the `NO_CMAKE_INSTALL_PREFIX` option to control searching
  6. `CMAKE_INSTALL_PREFIX`.
  7. * Adds support for :variable:`CMAKE_FIND_USE_INSTALL_PREFIX` to toggle
  8. behavior of the :command:`find_file`, :command:`find_library`, :command:`find_path`,
  9. :command:`find_package`, and :command:`find_program` commands new
  10. `NO_CMAKE_INSTALL_PREFIX` option.