Begin post-4.2 development

This commit is contained in:
Brad King
2025-10-09 10:27:29 -04:00
parent cf3448069e
commit 3cf002e2db
4 changed files with 13 additions and 4 deletions
+2 -2
View File
@@ -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.