diff options
Diffstat (limited to 'Help/policy/CMP0121.rst')
-rw-r--r-- | Help/policy/CMP0121.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Help/policy/CMP0121.rst b/Help/policy/CMP0121.rst index 326e7d5..6e08cb5 100644 --- a/Help/policy/CMP0121.rst +++ b/Help/policy/CMP0121.rst @@ -14,8 +14,8 @@ their integer value (if any) at the start of the string. For example, ``2good4you`` is a ``2`` and ``not_an_integer`` is a ``0``. The ``NEW`` behavior is for invalid indices to trigger an error. -This policy was introduced in CMake version 3.21. 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. +.. |INTRODUCED_IN_CMAKE_VERSION| replace:: 3.21 +.. |WARNS_OR_DOES_NOT_WARN| replace:: warns +.. include:: STANDARD_ADVICE.txt .. include:: DEPRECATED.txt |