mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-26 18:58:34 -06:00
Merge topic 'CMAKE_FIND_USE_INSTALL_PREFIX-support-staging-prefix'
0fc10bb19bCMAKE_FIND_USE_INSTALL_PREFIX considers CMAKE_STAGING_PREFIX43d31c5198cmFindBase: Refactor CMAKE_FIND_USE_INSTALL_PREFIX handling Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !7623
This commit is contained in:
@@ -4,7 +4,8 @@ CMAKE_FIND_USE_INSTALL_PREFIX
|
||||
.. versionadded:: 3.24
|
||||
|
||||
Controls the default behavior of the following commands for whether or not to
|
||||
search the install location:
|
||||
search the locations in the :variable:`CMAKE_INSTALL_PREFIX` and
|
||||
:variable:`CMAKE_STAGING_PREFIX` variables.
|
||||
|
||||
* :command:`find_program`
|
||||
* :command:`find_library`
|
||||
|
||||
Reference in New Issue
Block a user