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/command/try_compile.rst | |
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/command/try_compile.rst')
-rw-r--r-- | Help/command/try_compile.rst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Help/command/try_compile.rst b/Help/command/try_compile.rst index b5fad77..3a6b26a 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. |