diff options
author | Craig Scott <craig.scott@crascit.com> | 2018-06-30 22:05:01 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2018-07-01 22:41:46 (GMT) |
commit | 19f338109d8909feba37513285afe4a583811d54 (patch) | |
tree | 57ce561dc8bc15704a13fbf8db04ea4a431386fd /Help/release/3.12.rst | |
parent | 51e7d4150756a01d51da38acfd0a469b138e1fde (diff) | |
download | CMake-19f338109d8909feba37513285afe4a583811d54.zip CMake-19f338109d8909feba37513285afe4a583811d54.tar.gz CMake-19f338109d8909feba37513285afe4a583811d54.tar.bz2 |
Help: Clarify ...<max> behavior for policy-related commands
Affects cmake_minimum_required() and cmake_policy(VERSION)
Diffstat (limited to 'Help/release/3.12.rst')
-rw-r--r-- | Help/release/3.12.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Help/release/3.12.rst b/Help/release/3.12.rst index 4d1135e..79ebc8e 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 |