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
@@ -1,7 +1,7 @@
remove-old-compatibility
------------------------
* Compatibility with versions of CMake older than 3.2 has been removed.
* Compatibility with versions of CMake older than 3.3 has been removed.
Calls to :command:`cmake_minimum_required` or :command:`cmake_policy`
that set the policy version to an older value now issue an error.
Note that calls to those commands can still support older versions of