summaryrefslogtreecommitdiff
path: root/Help/release
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2021-10-08 09:13:26 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2021-10-08 09:13:26 +0900
commite7ff50712c4a21dd73051147cb71225f63e05bcf (patch)
treeeaabc8bd601d045807d8548b1a22980fae568f59 /Help/release
parente42c4abb646a39cdd5d1ccb22a9619990ce2a898 (diff)
downloadcmake-e7ff50712c4a21dd73051147cb71225f63e05bcf.tar.gz
cmake-e7ff50712c4a21dd73051147cb71225f63e05bcf.tar.bz2
cmake-e7ff50712c4a21dd73051147cb71225f63e05bcf.zip
Imported Upstream version 3.12.1upstream/3.12.1
Diffstat (limited to 'Help/release')
-rw-r--r--Help/release/3.12.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/Help/release/3.12.rst b/Help/release/3.12.rst
index f6fdb5aa9..f00be3e79 100644
--- a/Help/release/3.12.rst
+++ b/Help/release/3.12.rst
@@ -46,8 +46,9 @@ Commands
were added to expose ``TOUCH`` functionality without having to use
CMake's command-line tool mode with :command:`execute_process`.
-* The :command:`find_package` command now searches a prefix specified by
- a ``PackageName_ROOT`` CMake or environment variable. Package roots are
+* The :command:`find_package` command now searches prefixes specified by
+ the :variable:`<PackageName>_ROOT` CMake variable and the
+ :envvar:`<PackageName>_ROOT` environment variable. Package roots are
maintained as a stack so nested calls to all ``find_*`` commands inside
find modules also search the roots as prefixes.
See policy :policy:`CMP0074`.