summaryrefslogtreecommitdiffstats
path: root/Help/prop_tgt/LINK_SEARCH_START_STATIC.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Help/prop_tgt/LINK_SEARCH_START_STATIC.rst')
-rw-r--r--Help/prop_tgt/LINK_SEARCH_START_STATIC.rst7
1 files changed, 6 insertions, 1 deletions
diff --git a/Help/prop_tgt/LINK_SEARCH_START_STATIC.rst b/Help/prop_tgt/LINK_SEARCH_START_STATIC.rst
index ca899fe..2e0f9bd 100644
--- a/Help/prop_tgt/LINK_SEARCH_START_STATIC.rst
+++ b/Help/prop_tgt/LINK_SEARCH_START_STATIC.rst
@@ -11,4 +11,9 @@ directories for the platform. By default the linker search type is
assumed to be -Bdynamic at the beginning of the library list. This
property switches the assumption to -Bstatic. It is intended for use
when linking an executable statically (e.g. with the GNU -static
-option). See also LINK_SEARCH_END_STATIC.
+option).
+
+This property is initialized by the value of the variable
+CMAKE_LINK_SEARCH_START_STATIC if it is set when a target is created.
+
+See also LINK_SEARCH_END_STATIC.