summaryrefslogtreecommitdiffstats
path: root/Help/release
diff options
context:
space:
mode:
authorRobert Maynard <robert.maynard@kitware.com>2019-06-26 21:51:21 (GMT)
committerRobert Maynard <robert.maynard@kitware.com>2019-07-09 13:37:55 (GMT)
commit704e3a2ca89a3ea75b3cf55efe9bd5d6826168da (patch)
tree3ded763dbca5a24b026ec3a7728fe3b484dc693c /Help/release
parent06f1560a58391d29b10697b2d5462966cd417b2f (diff)
downloadCMake-704e3a2ca89a3ea75b3cf55efe9bd5d6826168da.zip
CMake-704e3a2ca89a3ea75b3cf55efe9bd5d6826168da.tar.gz
CMake-704e3a2ca89a3ea75b3cf55efe9bd5d6826168da.tar.bz2
Find: Correct spelling and layout issues in CMAKE_FIND_USE_ docs
Diffstat (limited to 'Help/release')
-rw-r--r--Help/release/dev/global-controls-over-find-locations.rst20
1 files changed, 15 insertions, 5 deletions
diff --git a/Help/release/dev/global-controls-over-find-locations.rst b/Help/release/dev/global-controls-over-find-locations.rst
index d915fbb..79bc869 100644
--- a/Help/release/dev/global-controls-over-find-locations.rst
+++ b/Help/release/dev/global-controls-over-find-locations.rst
@@ -4,8 +4,18 @@ global-controls-over-find-locations
* The :command:`find_file`, :command:`find_library`, :command:`find_path`,
and :command:`find_program` commands have learned to check the following
variables to control searching
- * :variable:`CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH` - Controls the searching the cmake-specific environment variables.
- * :variable:`CMAKE_FIND_USE_CMAKE_PATH` - Controls the searching the cmake-specific cache variables.
- * :variable:`CMAKE_FIND_USE_CMAKE_SYSTEM_PATH` - Controls the searching cmake platform specific variables.
- * :variable:`CMAKE_FIND_USE_PACAKGE_ROOT_PATH` - Controls the searching of :variable:`<PackageName>_ROOT` variables.
- * :variable:`CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH` - Controls the searching the standard system environment variables.
+
+ * :variable:`CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH` - Controls the searching
+ the cmake-specific environment variables.
+
+ * :variable:`CMAKE_FIND_USE_CMAKE_PATH` - Controls the searching the
+ cmake-specific cache variables.
+
+ * :variable:`CMAKE_FIND_USE_CMAKE_SYSTEM_PATH` - Controls the searching
+ cmake platform specific variables.
+
+ * :variable:`CMAKE_FIND_USE_PACKAGE_ROOT_PATH` - Controls the searching of
+ :variable:`<PackageName>_ROOT` variables.
+
+ * :variable:`CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH` - Controls the searching
+ the standard system environment variables.