diff options
author | Brad King <brad.king@kitware.com> | 2020-12-14 12:20:26 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2020-12-14 12:20:34 (GMT) |
commit | 979af92e9efb136518669ba69b1e299b8f0d4e13 (patch) | |
tree | 2a7b887f45e33e33fd1e680cffcbfaa16f95ca34 | |
parent | f62bcd08aafac99244ccbbab26bfeacd71989333 (diff) | |
parent | 1f41eb84720b99cdeceaf509013e5a390ea2fa5c (diff) | |
download | CMake-979af92e9efb136518669ba69b1e299b8f0d4e13.zip CMake-979af92e9efb136518669ba69b1e299b8f0d4e13.tar.gz CMake-979af92e9efb136518669ba69b1e299b8f0d4e13.tar.bz2 |
Merge topic 'doc-try_compile-typos'
1f41eb8472 Help: Fix small typos in documentation
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !5609
-rw-r--r-- | Help/variable/CMAKE_LINK_SEARCH_END_STATIC.rst | 2 | ||||
-rw-r--r-- | Help/variable/CMAKE_LINK_SEARCH_START_STATIC.rst | 2 | ||||
-rw-r--r-- | Help/variable/CMAKE_POSITION_INDEPENDENT_CODE.rst | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/Help/variable/CMAKE_LINK_SEARCH_END_STATIC.rst b/Help/variable/CMAKE_LINK_SEARCH_END_STATIC.rst index f4ccc04..e86f639 100644 --- a/Help/variable/CMAKE_LINK_SEARCH_END_STATIC.rst +++ b/Help/variable/CMAKE_LINK_SEARCH_END_STATIC.rst @@ -15,7 +15,7 @@ back to its starting type. This property switches the final linker search type to ``-Bstatic`` regardless of how it started. This variable is used to initialize the target property -:prop_tgt:`LINK_SEARCH_END_STATIC` for all targets. If set, it's +:prop_tgt:`LINK_SEARCH_END_STATIC` for all targets. If set, its value is also used by the :command:`try_compile` command. See also :variable:`CMAKE_LINK_SEARCH_START_STATIC`. diff --git a/Help/variable/CMAKE_LINK_SEARCH_START_STATIC.rst b/Help/variable/CMAKE_LINK_SEARCH_START_STATIC.rst index 2025c72..ab1837c 100644 --- a/Help/variable/CMAKE_LINK_SEARCH_START_STATIC.rst +++ b/Help/variable/CMAKE_LINK_SEARCH_START_STATIC.rst @@ -16,7 +16,7 @@ when linking an executable statically (e.g. with the GNU ``-static`` option). This variable is used to initialize the target property -:prop_tgt:`LINK_SEARCH_START_STATIC` for all targets. If set, it's +:prop_tgt:`LINK_SEARCH_START_STATIC` for all targets. If set, its value is also used by the :command:`try_compile` command. See also :variable:`CMAKE_LINK_SEARCH_END_STATIC`. diff --git a/Help/variable/CMAKE_POSITION_INDEPENDENT_CODE.rst b/Help/variable/CMAKE_POSITION_INDEPENDENT_CODE.rst index 43b1397..b010317 100644 --- a/Help/variable/CMAKE_POSITION_INDEPENDENT_CODE.rst +++ b/Help/variable/CMAKE_POSITION_INDEPENDENT_CODE.rst @@ -5,5 +5,5 @@ Default value for :prop_tgt:`POSITION_INDEPENDENT_CODE` of targets. This variable is used to initialize the :prop_tgt:`POSITION_INDEPENDENT_CODE` property on all the targets. -See that target property for additional information. If set, it's +See that target property for additional information. If set, its value is also used by the :command:`try_compile` command. |