diff options
Diffstat (limited to 'Help/release/3.12.rst')
-rw-r--r-- | Help/release/3.12.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Help/release/3.12.rst b/Help/release/3.12.rst index f6fdb5a..f00be3e 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`. |