diff options
author | Craig Scott <craig.scott@crascit.com> | 2022-10-08 09:10:41 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2022-10-09 02:34:05 (GMT) |
commit | f8b3b24915163ab4de94c13bdeb7a314597fb030 (patch) | |
tree | 75ebf03dfd1aff7818db9c842c0f1110a84e2a40 /Help/policy | |
parent | 3de30134f1432e877bbf133bcb18797c09801209 (diff) | |
download | CMake-f8b3b24915163ab4de94c13bdeb7a314597fb030.zip CMake-f8b3b24915163ab4de94c13bdeb7a314597fb030.tar.gz CMake-f8b3b24915163ab4de94c13bdeb7a314597fb030.tar.bz2 |
Help: Minor grammar, typo and formatting cleanups
Diffstat (limited to 'Help/policy')
-rw-r--r-- | Help/policy/CMP0140.rst | 2 | ||||
-rw-r--r-- | Help/policy/CMP0141.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Help/policy/CMP0140.rst b/Help/policy/CMP0140.rst index 2e2d0c3..dea8989 100644 --- a/Help/policy/CMP0140.rst +++ b/Help/policy/CMP0140.rst @@ -7,7 +7,7 @@ The :command:`return` command checks its parameters. The ``OLD`` behavior for this policy is to ignore any parameters given to the command. -The ``NEW`` behavior is to check validity of the parameters. +The ``NEW`` behavior is to check the validity of the parameters. This policy was introduced in CMake version 3.25. CMake version |release| warns when the policy is not set and uses diff --git a/Help/policy/CMP0141.rst b/Help/policy/CMP0141.rst index 51fa5fd..970e41d 100644 --- a/Help/policy/CMP0141.rst +++ b/Help/policy/CMP0141.rst @@ -44,7 +44,7 @@ The ``OLD`` behavior for this policy is to place MSVC debug information format flags in the default :variable:`CMAKE_<LANG>_FLAGS_<CONFIG>` cache entries and ignore the :variable:`CMAKE_MSVC_DEBUG_INFORMATION_FORMAT` abstraction. The ``NEW`` behavior for this policy is to *not* place MSVC -debug information format flags flags in the default cache entries and use +debug information format flags in the default cache entries and use the abstraction instead. This policy was introduced in CMake version 3.25. Use the |