diff options
Diffstat (limited to 'Help/variable/CMAKE_LINK_SEARCH_END_STATIC.rst')
-rw-r--r-- | Help/variable/CMAKE_LINK_SEARCH_END_STATIC.rst | 2 |
1 files changed, 1 insertions, 1 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`. |