Merge topic 'policy-version-range'

45408b5ea1 cmake_minimum_required: Optionally set policies with version range
6a41aa2abd cmPolicies: Split parsing and impl of ApplyPolicyVersion
1d00ed7cf7 cmPolicies: Drop unnecessary check from ApplyPolicyVersion
0df559832b cmPolicies: Pass policy version as std::string

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !1864
This commit is contained in:
Craig Scott
2018-03-22 19:24:41 +00:00
committed by Kitware Robot
18 changed files with 244 additions and 68 deletions

View File

@@ -1,7 +1,5 @@
CMAKE_MINIMUM_REQUIRED_VERSION
------------------------------
Version specified to :command:`cmake_minimum_required` command
Variable containing the ``VERSION`` component specified in the
:command:`cmake_minimum_required` command.
The ``<min>`` version of CMake given to the most recent call to the
:command:`cmake_minimum_required(VERSION)` command.