diff options
Diffstat (limited to 'Help/policy/CMP0137.rst')
-rw-r--r-- | Help/policy/CMP0137.rst | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Help/policy/CMP0137.rst b/Help/policy/CMP0137.rst index ba3cb9c..3d879d1 100644 --- a/Help/policy/CMP0137.rst +++ b/Help/policy/CMP0137.rst @@ -25,9 +25,8 @@ Regardless of the policy setting, the :variable:`CMAKE_TRY_COMPILE_NO_PLATFORM_VARIABLES` variable may be set to suppress passing the platform variables through either signature. -This policy was introduced in CMake version 3.24. Use the -:command:`cmake_policy` command to set this policy to ``OLD`` or ``NEW`` -explicitly. Unlike many policies, CMake version |release| does *not* warn -by default when this policy is not set and simply uses ``OLD`` behavior. +.. |INTRODUCED_IN_CMAKE_VERSION| replace:: 3.24 +.. |WARNS_OR_DOES_NOT_WARN| replace:: does *not* warn +.. include:: STANDARD_ADVICE.txt .. include:: DEPRECATED.txt |