diff options
author | Brad King <brad.king@kitware.com> | 2022-08-31 13:39:36 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2022-08-31 13:39:52 (GMT) |
commit | b9371c04773ac2af995c1ea9e4bd6e0a23322de4 (patch) | |
tree | ae0853e7c914a0048eb6e43d93d31ab5618b3324 /Help/variable | |
parent | 5b9750ee26250bc4c0b76c2f7c8b1cf45016c048 (diff) | |
parent | 0fc10bb19bd63ca9f6647a7b373e91fb16403249 (diff) | |
download | CMake-b9371c04773ac2af995c1ea9e4bd6e0a23322de4.zip CMake-b9371c04773ac2af995c1ea9e4bd6e0a23322de4.tar.gz CMake-b9371c04773ac2af995c1ea9e4bd6e0a23322de4.tar.bz2 |
Merge topic 'CMAKE_FIND_USE_INSTALL_PREFIX-support-staging-prefix'
0fc10bb19b CMAKE_FIND_USE_INSTALL_PREFIX considers CMAKE_STAGING_PREFIX
43d31c5198 cmFindBase: Refactor CMAKE_FIND_USE_INSTALL_PREFIX handling
Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: buildbot <buildbot@kitware.com>
Merge-request: !7623
Diffstat (limited to 'Help/variable')
-rw-r--r-- | Help/variable/CMAKE_FIND_USE_INSTALL_PREFIX.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Help/variable/CMAKE_FIND_USE_INSTALL_PREFIX.rst b/Help/variable/CMAKE_FIND_USE_INSTALL_PREFIX.rst index 8494e95..d577a8a 100644 --- a/Help/variable/CMAKE_FIND_USE_INSTALL_PREFIX.rst +++ b/Help/variable/CMAKE_FIND_USE_INSTALL_PREFIX.rst @@ -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` |