mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-04 22:29:40 -06:00
This compatibility has been deprecated since commit 5845c218d7
(Deprecate compatibility with CMake versions older than 2.8.12,
2020-06-12, v3.19.0-rc1~629^2). The behavior itself has been
deprecated since CMake 2.8.12.
Issue: #26613
11 lines
542 B
ReStructuredText
11 lines
542 B
ReStructuredText
remove-old-compatibility
|
|
------------------------
|
|
|
|
* Compatibility with versions of CMake older than 2.8.12 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
|
|
CMake by using their ``VERSION`` arguments' ``<min>...<max>`` syntax.
|
|
This requires only the ``<min>`` version of CMake, but when running a
|
|
newer version, sets policies up to the ``<max>`` version.
|