summaryrefslogtreecommitdiffstats
path: root/Help/command/cmake_policy.rst
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-06-09 13:29:41 (GMT)
committerBrad King <brad.king@kitware.com>2015-06-09 13:29:41 (GMT)
commit482a3bf3f0b0d3cc1835666e570d8f65a0342ee7 (patch)
treeda6475426b65c78fe1da76697cb5f9d340111727 /Help/command/cmake_policy.rst
parenta6916a6c6e397bda8b381f65dbfc59d3c52f8525 (diff)
downloadCMake-482a3bf3f0b0d3cc1835666e570d8f65a0342ee7.zip
CMake-482a3bf3f0b0d3cc1835666e570d8f65a0342ee7.tar.gz
CMake-482a3bf3f0b0d3cc1835666e570d8f65a0342ee7.tar.bz2
Help: Document explicitly that policy OLD behavior is deprecated
The most likely documentation page a project author will read in response to a policy warning is the page for the policy itself. Add to every policy documentation page a note explicitly stating that the OLD behavior is deprecated. Also mention this in the cmake_policy() command documentation that explains how to set a policy to OLD. Suggested-by: Fraser Hutchison <fraser.hutchison@gmail.com>
Diffstat (limited to 'Help/command/cmake_policy.rst')
-rw-r--r--Help/command/cmake_policy.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Help/command/cmake_policy.rst b/Help/command/cmake_policy.rst
index 2bc3287..b51b951 100644
--- a/Help/command/cmake_policy.rst
+++ b/Help/command/cmake_policy.rst
@@ -53,6 +53,8 @@ policy warning by setting the policy state to ``OLD``. Alternatively
one may fix the project to work with the new behavior and set the
policy state to ``NEW``.
+.. include:: ../policy/DEPRECATED.txt
+
Checking Policy Settings
^^^^^^^^^^^^^^^^^^^^^^^^