mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 14:19:59 -05:00
45408b5ea1
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.
5 lines
80 B
Plaintext
5 lines
80 B
Plaintext
^CMAKE_MINIMUM_REQUIRED_VERSION='3\.10'
|
|
CMP0071='NEW'
|
|
CMP0072='NEW'
|
|
CMP0073=''$
|