diff options
author | Guillem Vela <guillemglez@gmail.com> | 2020-12-13 12:21:45 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-12-14 12:18:47 (GMT) |
commit | 1f41eb84720b99cdeceaf509013e5a390ea2fa5c (patch) | |
tree | 98fb7048aa8d2314a6a342559b3dcf216a7388d5 /Help/variable/CMAKE_LINK_SEARCH_START_STATIC.rst | |
parent | 703a58cba3e477a015b60ffcac6f24f014ae903f (diff) | |
download | CMake-1f41eb84720b99cdeceaf509013e5a390ea2fa5c.zip CMake-1f41eb84720b99cdeceaf509013e5a390ea2fa5c.tar.gz CMake-1f41eb84720b99cdeceaf509013e5a390ea2fa5c.tar.bz2 |
Help: Fix small typos in documentation
Diffstat (limited to 'Help/variable/CMAKE_LINK_SEARCH_START_STATIC.rst')
-rw-r--r-- | Help/variable/CMAKE_LINK_SEARCH_START_STATIC.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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`. |