mirror of
https://github.com/reactos/CMake.git
synced 2024-12-12 05:45:51 +00: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.
6 lines
183 B
ReStructuredText
6 lines
183 B
ReStructuredText
CMAKE_MINIMUM_REQUIRED_VERSION
|
|
------------------------------
|
|
|
|
The ``<min>`` version of CMake given to the most recent call to the
|
|
:command:`cmake_minimum_required(VERSION)` command.
|