summaryrefslogtreecommitdiffstats
path: root/Help/release/3.16.rst
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@crascit.com>2019-10-27 05:11:55 (GMT)
committerCraig Scott <craig.scott@crascit.com>2019-10-27 07:11:00 (GMT)
commita0a7a45dbcc17000a5cb8223e86908f41c40faf5 (patch)
treebff00ff933485fee54437db429a4db9e42c433c4 /Help/release/3.16.rst
parent049dbdd38c56ad9ea06af2032faf3348c3c76742 (diff)
downloadCMake-a0a7a45dbcc17000a5cb8223e86908f41c40faf5.zip
CMake-a0a7a45dbcc17000a5cb8223e86908f41c40faf5.tar.gz
CMake-a0a7a45dbcc17000a5cb8223e86908f41c40faf5.tar.bz2
Help: Fix markup errors, improve wording of CMAKE_FIND... variable docs
Diffstat (limited to 'Help/release/3.16.rst')
-rw-r--r--Help/release/3.16.rst31
1 files changed, 15 insertions, 16 deletions
diff --git a/Help/release/3.16.rst b/Help/release/3.16.rst
index 7992f2d..570f536 100644
--- a/Help/release/3.16.rst
+++ b/Help/release/3.16.rst
@@ -75,28 +75,27 @@ Commands
* The :command:`find_file`, :command:`find_library`, :command:`find_path`,
:command:`find_package`, and :command:`find_program` commands have learned to
- check the following variables to control searching
+ check the following variables to control the default behavior for groups of
+ search locations:
- * :variable:`CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH` - Controls the searching
- the cmake-specific environment variables.
+ * :variable:`CMAKE_FIND_USE_PACKAGE_ROOT_PATH` - Controls the default
+ behavior of searching the :variable:`<PackageName>_ROOT` variables.
- * :variable:`CMAKE_FIND_USE_CMAKE_PATH` - Controls the searching the
- cmake-specific cache variables.
+ * :variable:`CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH` - Controls the default
+ behavior of searching the CMake-specific environment variables.
- * :variable:`CMAKE_FIND_USE_CMAKE_SYSTEM_PATH` - Controls the searching
- cmake platform specific variables.
+ * :variable:`CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH` - Controls the default
+ behavior of searching the standard system environment variables.
- * :variable:`CMAKE_FIND_USE_PACKAGE_ROOT_PATH` - Controls the searching of
- :variable:`<PackageName>_ROOT` variables.
+ * :variable:`CMAKE_FIND_USE_CMAKE_PATH` - Controls the default behavior of
+ searching the CMake-specific cache variables.
- * :variable:`CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH` - Controls the searching
- the standard system environment variables.
+ * :variable:`CMAKE_FIND_USE_CMAKE_SYSTEM_PATH` - Controls the default
+ behavior of searching the platform-specific CMake variables.
-* The :command:`find_package` command has learned to check the following
- variables to control searching
-
- * :variable:`CMAKE_FIND_USE_PACKAGE_REGISTRY` - Controls the searching the
- cmake user registry.
+* 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.
* The :command:`message` command learned indentation control with the new
:variable:`CMAKE_MESSAGE_INDENT` variable.