mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-08 07:10:12 -05:00
Begin post-4.2 development
This commit is contained in:
@@ -34,10 +34,10 @@ For example:
|
||||
|
||||
.. code-block:: cmake
|
||||
|
||||
cmake_minimum_required(VERSION 3.10...4.1)
|
||||
cmake_minimum_required(VERSION 3.10...4.2)
|
||||
|
||||
This uses the ``<min>...<max>`` syntax to enable the ``NEW`` behaviors
|
||||
of policies introduced in CMake 4.1 and earlier while only requiring a
|
||||
of policies introduced in CMake 4.2 and earlier while only requiring a
|
||||
minimum version of CMake 3.10. The project is expected to work with
|
||||
both the ``OLD`` and ``NEW`` behaviors of policies introduced between
|
||||
those versions.
|
||||
|
||||
Reference in New Issue
Block a user