summaryrefslogtreecommitdiffstats
path: root/Help/command
diff options
context:
space:
mode:
authorRobert Maynard <robert.maynard@kitware.com>2018-11-13 14:39:27 (GMT)
committerRobert Maynard <robert.maynard@kitware.com>2019-07-09 13:38:35 (GMT)
commit1d00ba9ccf62087016e41f237dbae7f94d3aa1f6 (patch)
tree74cf5845442a8c97f56e96c21d34851c696ff8c7 /Help/command
parent704e3a2ca89a3ea75b3cf55efe9bd5d6826168da (diff)
downloadCMake-1d00ba9ccf62087016e41f237dbae7f94d3aa1f6.zip
CMake-1d00ba9ccf62087016e41f237dbae7f94d3aa1f6.tar.gz
CMake-1d00ba9ccf62087016e41f237dbae7f94d3aa1f6.tar.bz2
Find: find_package prefers variable CMAKE_FIND_USE_REGISTRY
CMake's find control flags should all have a consistent name. To make this happen we are introducing `CMAKE_FIND_USE_REGISTRY` and deprecating `CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY`.
Diffstat (limited to 'Help/command')
-rw-r--r--Help/command/find_package.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/Help/command/find_package.rst b/Help/command/find_package.rst
index e5e5b2c..6e1d232 100644
--- a/Help/command/find_package.rst
+++ b/Help/command/find_package.rst
@@ -330,8 +330,10 @@ enabled.
6. Search paths stored in the CMake :ref:`User Package Registry`.
This can be skipped if ``NO_CMAKE_PACKAGE_REGISTRY`` is passed or by
- setting the :variable:`CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY`
- to ``TRUE``.
+ setting the variable :variable:`CMAKE_FIND_USE_PACKAGE_REGISTRY`
+ to ``FALSE`` or the deprecated variable
+ :variable:`CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY` to ``TRUE``.
+
See the :manual:`cmake-packages(7)` manual for details on the user
package registry.