summaryrefslogtreecommitdiff
path: root/Help/command
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@crascit.com>2022-10-08 20:10:41 +1100
committerCraig Scott <craig.scott@crascit.com>2022-10-09 13:34:05 +1100
commitf8b3b24915163ab4de94c13bdeb7a314597fb030 (patch)
tree75ebf03dfd1aff7818db9c842c0f1110a84e2a40 /Help/command
parent3de30134f1432e877bbf133bcb18797c09801209 (diff)
downloadcmake-f8b3b24915163ab4de94c13bdeb7a314597fb030.tar.gz
Help: Minor grammar, typo and formatting cleanups
Diffstat (limited to 'Help/command')
-rw-r--r--Help/command/try_compile.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/Help/command/try_compile.rst b/Help/command/try_compile.rst
index b5fad773e7..3a6b26a035 100644
--- a/Help/command/try_compile.rst
+++ b/Help/command/try_compile.rst
@@ -315,8 +315,9 @@ a build configuration.
the generated project (unless overridden by an explicit option).
.. versionchanged:: 3.14
- For the :generator:`Green Hills MULTI` generator the GHS toolset and target
- system customization cache variables are also propagated into the test project.
+ For the :generator:`Green Hills MULTI` generator, the GHS toolset and target
+ system customization cache variables are also propagated into the test
+ project.
.. versionadded:: 3.24
The :variable:`CMAKE_TRY_COMPILE_NO_PLATFORM_VARIABLES` variable may be
@@ -324,5 +325,5 @@ a build configuration.
.. versionadded:: 3.25
If :policy:`CMP0141` is set to ``NEW``, one can use
- :variable:`CMAKE_MSVC_DEBUG_INFORMATION_FORMAT` to specify MSVC debug
+ :variable:`CMAKE_MSVC_DEBUG_INFORMATION_FORMAT` to specify the MSVC debug
information format.