mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-08 07:10:12 -05:00
a0ec14d363
The OLD behaviors of all policies are deprecated, but only by documentation. Add an explicit deprecation diagnostic for some policies to encourage projects to port away from setting policies to OLD.
9 lines
346 B
ReStructuredText
9 lines
346 B
ReStructuredText
deprecate-policy-old
|
|
--------------------
|
|
|
|
* An explicit deprecation diagnostic was added for policies ``CMP0037``
|
|
through ``CMP0054`` (``CMP0036`` and below were already deprecated).
|
|
The :manual:`cmake-policies(7)` manual explains that the OLD behaviors
|
|
of all policies are deprecated and that projects should port to the
|
|
NEW behaviors.
|