diff options
author | Brad King <brad.king@kitware.com> | 2015-06-09 14:29:38 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-06-09 14:29:38 (GMT) |
commit | ab660b8d223ee3a2753cfe2dc38969f02cf13593 (patch) | |
tree | 846425c0c1bce5eb54ceca6e3b0d728094988cfc /Help/policy/CMP0062.rst | |
parent | 223e2ec28dab4360f573932dfc0991744ddc0918 (diff) | |
parent | 482a3bf3f0b0d3cc1835666e570d8f65a0342ee7 (diff) | |
download | CMake-ab660b8d223ee3a2753cfe2dc38969f02cf13593.zip CMake-ab660b8d223ee3a2753cfe2dc38969f02cf13593.tar.gz CMake-ab660b8d223ee3a2753cfe2dc38969f02cf13593.tar.bz2 |
Merge topic 'doc-policy-OLD-deprecated'
482a3bf3 Help: Document explicitly that policy OLD behavior is deprecated
Diffstat (limited to 'Help/policy/CMP0062.rst')
-rw-r--r-- | Help/policy/CMP0062.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Help/policy/CMP0062.rst b/Help/policy/CMP0062.rst index e2f5a5a..9047fff 100644 --- a/Help/policy/CMP0062.rst +++ b/Help/policy/CMP0062.rst @@ -25,3 +25,5 @@ This policy was introduced in CMake version 3.3. CMake version |release| warns when the policy is not set and uses ``OLD`` behavior. Use the :command:`cmake_policy()` command to set it to ``OLD`` or ``NEW`` explicitly. + +.. include:: DEPRECATED.txt |