summaryrefslogtreecommitdiffstats
path: root/Help/command/find_package.rst
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-08-31 13:39:36 (GMT)
committerKitware Robot <kwrobot@kitware.com>2022-08-31 13:39:52 (GMT)
commitb9371c04773ac2af995c1ea9e4bd6e0a23322de4 (patch)
treeae0853e7c914a0048eb6e43d93d31ab5618b3324 /Help/command/find_package.rst
parent5b9750ee26250bc4c0b76c2f7c8b1cf45016c048 (diff)
parent0fc10bb19bd63ca9f6647a7b373e91fb16403249 (diff)
downloadCMake-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/command/find_package.rst')
-rw-r--r--Help/command/find_package.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Help/command/find_package.rst b/Help/command/find_package.rst
index 95f0fa4..7f076f9 100644
--- a/Help/command/find_package.rst
+++ b/Help/command/find_package.rst
@@ -413,7 +413,8 @@ enabled.
package registry.
7. Search cmake variables defined in the Platform files for the
- current system. The searching of :variable:`CMAKE_INSTALL_PREFIX` can be
+ current system. The searching of :variable:`CMAKE_INSTALL_PREFIX` and
+ :variable:`CMAKE_STAGING_PREFIX` can be
skipped if ``NO_CMAKE_INSTALL_PREFIX`` is passed or by setting the
:variable:`CMAKE_FIND_USE_INSTALL_PREFIX` to ``FALSE``. All these locations
can be skipped if ``NO_CMAKE_SYSTEM_PATH`` is passed or by setting the