summaryrefslogtreecommitdiffstats
path: root/Help/release
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@crascit.com>2019-11-05 12:17:03 (GMT)
committerKitware Robot <kwrobot@kitware.com>2019-11-05 12:17:17 (GMT)
commitabb011935013f11048b1fe47b7496ba89c906984 (patch)
tree47cd0d494ab63b0376cfb92d3fbdfdf9b676132b /Help/release
parent003e1f992e6e0dc32a0778f2bec604843cf180b4 (diff)
parent55df3954d33913727fa7a5871ea1f336b1cbe85c (diff)
downloadCMake-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/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.