diff options
author | Craig Scott <craig.scott@crascit.com> | 2019-11-05 12:17:03 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-11-05 12:17:17 (GMT) |
commit | abb011935013f11048b1fe47b7496ba89c906984 (patch) | |
tree | 47cd0d494ab63b0376cfb92d3fbdfdf9b676132b /Help/command | |
parent | 003e1f992e6e0dc32a0778f2bec604843cf180b4 (diff) | |
parent | 55df3954d33913727fa7a5871ea1f336b1cbe85c (diff) | |
download | CMake-abb011935013f11048b1fe47b7496ba89c906984.zip CMake-abb011935013f11048b1fe47b7496ba89c906984.tar.gz CMake-abb011935013f11048b1fe47b7496ba89c906984.tar.bz2 |
Merge topic 'add_CMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY'
55df3954d3 find_package: Add support for CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3968
Diffstat (limited to 'Help/command')
-rw-r--r-- | Help/command/find_package.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Help/command/find_package.rst b/Help/command/find_package.rst index 546b00f..64a16f3 100644 --- a/Help/command/find_package.rst +++ b/Help/command/find_package.rst @@ -353,8 +353,10 @@ enabled. 8. Search paths stored in the CMake :ref:`System Package Registry`. This can be skipped if ``NO_CMAKE_SYSTEM_PACKAGE_REGISTRY`` is passed - or by setting the + or by setting the :variable:`CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY` + variable to ``FALSE`` or the deprecated variable :variable:`CMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY` to ``TRUE``. + See the :manual:`cmake-packages(7)` manual for details on the system package registry. |