diff options
author | Craig Scott <craig.scott@crascit.com> | 2022-08-30 11:14:27 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-08-30 19:11:09 (GMT) |
commit | 7dca3807f8dceee6d0d38bcf183220d1a0d010cd (patch) | |
tree | a91e622cc7c7d2ff5586d43690c5fa60bbc0071c /Help/policy/CMP0134.rst | |
parent | 9b4efcb92fc200d20b1ff3027cf819232db7060c (diff) | |
download | CMake-7dca3807f8dceee6d0d38bcf183220d1a0d010cd.zip CMake-7dca3807f8dceee6d0d38bcf183220d1a0d010cd.tar.gz CMake-7dca3807f8dceee6d0d38bcf183220d1a0d010cd.tar.bz2 |
Help: Fix typos, grammar and formatting in CMP0134 policy docs
Diffstat (limited to 'Help/policy/CMP0134.rst')
-rw-r--r-- | Help/policy/CMP0134.rst | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Help/policy/CMP0134.rst b/Help/policy/CMP0134.rst index 2b562bc..a94012c 100644 --- a/Help/policy/CMP0134.rst +++ b/Help/policy/CMP0134.rst @@ -31,9 +31,6 @@ The ``NEW`` behavior for this policy is to use registry views ``TARGET`` and 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. -See documentation of the -:variable:`CMAKE_POLICY_WARNING_CMP0133 <CMAKE_POLICY_WARNING_CMP<NNNN>>` -variable to control the warning. +when this policy is not set and simply uses ``OLD`` behavior. .. include:: DEPRECATED.txt |