summaryrefslogtreecommitdiffstats
path: root/Help/release/dev/find-calls-search-install-prefix.rst
blob: a111a912ed116d9727df48640165fc2e96446012 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
find-calls-search-install-prefix
--------------------------------

* The :command:`find_file`, :command:`find_library`, :command:`find_path`,
  :command:`find_package`, and :command:`find_program` commands have gained
  the `NO_CMAKE_INSTALL_PREFIX` option to control searching
  `CMAKE_INSTALL_PREFIX`.

* Adds support for :variable:`CMAKE_FIND_USE_INSTALL_PREFIX` to toggle
  behavior of the :command:`find_file`, :command:`find_library`, :command:`find_path`,
  :command:`find_package`, and :command:`find_program` commands new
  `NO_CMAKE_INSTALL_PREFIX` option.