Remove compatibility with CMake versions older than 3.3

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.3.

Issue: #26613
This commit is contained in:
Brad King
2024-12-13 13:49:15 -05:00
parent ac1a9cb160
commit d88047c329
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.2 is removed.
Compatibility with versions of CMake older than 3.3 is removed.
Calls to :command:`cmake_minimum_required(VERSION)` or
:command:`cmake_policy(VERSION)` that do not specify at least
3.2 as their policy version (optionally via ``...<max>``)
3.3 as their policy version (optionally via ``...<max>``)
will produce an error in CMake 4.0 and above.
.. versionchanged:: 3.31