summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/cmake_minimum_required/Range.cmake
Commit message (Collapse)AuthorAgeFilesLines
* cmake_minimum_required: Optionally set policies with version rangeBrad King2018-03-211-0/+6
Teach `cmake_minimum_required` and `cmake_policy(VERSION)` to support a version range of the form `<min>[...<max>]`. Define this to mean that version `<min>` is required, but known policies up to those introduced by `<max>` will be set to `NEW`. This will allow projects to easily specify a range of versions for which they have been updated.