summaryrefslogtreecommitdiffstats
path: root/Help/release
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-07-02 15:48:51 (GMT)
committerKitware Robot <kwrobot@kitware.com>2018-07-02 15:48:56 (GMT)
commit8ad33961582bd0a70bf8226558c28fb3829b99a7 (patch)
tree2128a90cace77cf5541c4fbebdeac3d44d99c540 /Help/release
parent752c2721a17e95f642874562f6b406f1f05b4430 (diff)
parent19f338109d8909feba37513285afe4a583811d54 (diff)
downloadCMake-8ad33961582bd0a70bf8226558c28fb3829b99a7.zip
CMake-8ad33961582bd0a70bf8226558c28fb3829b99a7.tar.gz
CMake-8ad33961582bd0a70bf8226558c28fb3829b99a7.tar.bz2
Merge topic 'policy_max_docs'
19f338109d Help: Clarify ...<max> behavior for policy-related commands Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2180
Diffstat (limited to 'Help/release')
-rw-r--r--Help/release/3.12.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Help/release/3.12.rst b/Help/release/3.12.rst
index 88a8d62..0655da1 100644
--- a/Help/release/3.12.rst
+++ b/Help/release/3.12.rst
@@ -34,7 +34,8 @@ Commands
* The :command:`cmake_minimum_required` and :command:`cmake_policy(VERSION)`
commands now accept a version range using the form ``<min>[...<max>]``.
The ``<min>`` version is required but policies are set based on the
- ``<max>`` version. This allows projects to specify a range of versions
+ older of the running CMake version and the version specified by
+ ``<max>``. This allows projects to specify a range of versions
for which they have been updated and avoid explicit policy settings.
* The :command:`file(GLOB)` and :command:`file(GLOB_RECURSE)` commands