summaryrefslogtreecommitdiffstats
path: root/Help/release
diff options
context:
space:
mode:
authorRobert Maynard <robert.maynard@kitware.com>2019-10-31 13:16:33 (GMT)
committerBrad King <brad.king@kitware.com>2019-11-04 15:31:16 (GMT)
commit55df3954d33913727fa7a5871ea1f336b1cbe85c (patch)
tree02ef0cceda03d44ebbaa5a169b2ed3e536d9feda /Help/release
parentc1d5d5eb11e0260ffadda0851ac844ab46b6b179 (diff)
downloadCMake-55df3954d33913727fa7a5871ea1f336b1cbe85c.zip
CMake-55df3954d33913727fa7a5871ea1f336b1cbe85c.tar.gz
CMake-55df3954d33913727fa7a5871ea1f336b1cbe85c.tar.bz2
find_package: Add support for CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY
Extend the change from commit 1d00ba9ccf (Find: find_package prefers variable CMAKE_FIND_USE_REGISTRY, 2018-11-13, v3.16.0-rc1~461^2~1) to cover the system package registry too. Fixes: #19890
Diffstat (limited to 'Help/release')
-rw-r--r--Help/release/3.16.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/Help/release/3.16.rst b/Help/release/3.16.rst
index 570f536..3f198ca 100644
--- a/Help/release/3.16.rst
+++ b/Help/release/3.16.rst
@@ -95,7 +95,9 @@ Commands
* The :command:`find_package` command has learned to check the
:variable:`CMAKE_FIND_USE_PACKAGE_REGISTRY` variable to control the default
- behavior of searching the CMake user package registry.
+ behavior of searching the CMake user package registry and to check the
+ :variable:`CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY` variable to control
+ the default behavior of searching the CMake system package registry.
* The :command:`message` command learned indentation control with the new
:variable:`CMAKE_MESSAGE_INDENT` variable.