diff options
Diffstat (limited to 'Help/policy/CMP0150.rst')
-rw-r--r-- | Help/policy/CMP0150.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Help/policy/CMP0150.rst b/Help/policy/CMP0150.rst index fe646d9..e8c58ef 100644 --- a/Help/policy/CMP0150.rst +++ b/Help/policy/CMP0150.rst @@ -31,9 +31,9 @@ The remote is selected according to the following (the first match is used): If an appropriate remote cannot be determined from the above, a fatal error will be raised. -This policy was introduced in CMake version 3.27. CMake version |release| -warns when a relative path is encountered and the policy is not set, -falling back to using ``OLD`` behavior. Use the :command:`cmake_policy` -command to set it to ``OLD`` or ``NEW`` explicitly. +.. |INTRODUCED_IN_CMAKE_VERSION| replace:: 3.27 +.. |WARNS_OR_DOES_NOT_WARN| replace:: + warns when a relative path is encountered +.. include:: STANDARD_ADVICE.txt .. include:: DEPRECATED.txt |