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/manual/cmake-policies.7.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/manual/cmake-policies.7.rst')
-rw-r--r-- | Help/manual/cmake-policies.7.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/manual/cmake-policies.7.rst b/Help/manual/cmake-policies.7.rst index 43eb200..f6ab0c7 100644 --- a/Help/manual/cmake-policies.7.rst +++ b/Help/manual/cmake-policies.7.rst @@ -63,7 +63,7 @@ Policies Introduced by CMake 3.24 CMP0137: try_compile() passes platform variables in project mode. </policy/CMP0137> CMP0136: Watcom runtime library flags are selected by an abstraction. </policy/CMP0136> CMP0135: ExternalProject ignores timestamps in archives by default for the URL download method. </policy/CMP0135> - CMP0134: Fallback to \"HOST\" Windows registry view when \"TARGET\" view is not usable. </policy/CMP0134> + CMP0134: Fallback to "HOST" Windows registry view when "TARGET" view is not usable. </policy/CMP0134> CMP0133: The CPack module disables SLA by default in the CPack DragNDrop Generator. </policy/CMP0133> CMP0132: Do not set compiler environment variables on first run. </policy/CMP0132> CMP0131: LINK_LIBRARIES supports the LINK_ONLY generator expression. </policy/CMP0131> |