diff options
Diffstat (limited to 'Help/policy/CMP0056.rst')
-rw-r--r-- | Help/policy/CMP0056.rst | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Help/policy/CMP0056.rst b/Help/policy/CMP0056.rst index 628a6a1..ca238e2 100644 --- a/Help/policy/CMP0056.rst +++ b/Help/policy/CMP0056.rst @@ -27,9 +27,11 @@ set it on the command line by defining the :variable:`CMAKE_POLICY_DEFAULT_CMP0056 <CMAKE_POLICY_DEFAULT_CMP<NNNN>>` variable in the cache. -This policy was introduced in CMake version 3.2. Unlike most policies, -CMake version |release| does *not* warn by default when this policy -is not set and simply uses ``OLD`` behavior. See documentation of the +.. |INTRODUCED_IN_CMAKE_VERSION| replace:: 3.2 +.. |WARNS_OR_DOES_NOT_WARN| replace:: does *not* warn by default +.. include:: STANDARD_ADVICE.txt + +See documentation of the :variable:`CMAKE_POLICY_WARNING_CMP0056 <CMAKE_POLICY_WARNING_CMP<NNNN>>` variable to control the warning. |