diff options
Diffstat (limited to 'Help')
-rw-r--r-- | Help/release/dev/deprecate-policy-old.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/release/dev/deprecate-policy-old.rst b/Help/release/dev/deprecate-policy-old.rst index f92aea7..1dc01cc 100644 --- a/Help/release/dev/deprecate-policy-old.rst +++ b/Help/release/dev/deprecate-policy-old.rst @@ -6,3 +6,8 @@ deprecate-policy-old 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. + +* Compatibility with versions of CMake older than 2.8.12 is now deprecated + and will be removed from a future version. Calls to + :command:`cmake_minimum_required` or :command:`cmake_policy` that set + the policy version to an older value now issue a deprecation diagnostic. |