Remove compatibility with CMake versions older than 3.1

This compatibility has been deprecated since commit 3a4791548d
(Deprecate compatibility with CMake versions older than 3.5, 2023-02-09,
v3.27.0-rc1~508^2).  The behavior itself has been deprecated
since CMake 3.1.

Issue: #26613
This commit is contained in:
Brad King
2024-12-09 19:39:34 -05:00
parent 90d814f024
commit dc24d88062
8 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
.. versionchanged:: 4.0
Compatibility with versions of CMake older than 3.0 is removed.
Compatibility with versions of CMake older than 3.1 is removed.
Calls to :command:`cmake_minimum_required(VERSION)` or
:command:`cmake_policy(VERSION)` that do not specify at least
3.0 as their policy version (optionally via ``...<max>``)
3.1 as their policy version (optionally via ``...<max>``)
will produce an error in CMake 4.0 and above.
.. versionchanged:: 3.31