summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-01-25 18:38:10 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2013-01-25 18:38:10 (GMT)
commitc29dd4fa76c77830eb2b001867b8e2fcab87e829 (patch)
treeb2792c4baac175c3dbbfc7876113b9e0e3e9ed39
parent2046de2a39e993d0f892f2f38f0ba7543f8505a6 (diff)
parentf032fb904b9b7a4f18702bcdbdeff0dfda01b803 (diff)
downloadCMake-c29dd4fa76c77830eb2b001867b8e2fcab87e829.zip
CMake-c29dd4fa76c77830eb2b001867b8e2fcab87e829.tar.gz
CMake-c29dd4fa76c77830eb2b001867b8e2fcab87e829.tar.bz2
Merge topic 'doc-link-interface'
f032fb9 target_link_libraries: Document that new sigs privatize old (#13876)
-rw-r--r--Source/cmTargetLinkLibrariesCommand.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/cmTargetLinkLibrariesCommand.h b/Source/cmTargetLinkLibrariesCommand.h
index 34fe54c..3da3950 100644
--- a/Source/cmTargetLinkLibrariesCommand.h
+++ b/Source/cmTargetLinkLibrariesCommand.h
@@ -93,7 +93,9 @@ public:
"linked to this target will appear on the link line for the other "
"target too. "
"See the LINK_INTERFACE_LIBRARIES target property to override the "
- "set of transitive link dependencies for a target."
+ "set of transitive link dependencies for a target. "
+ "Calls to other signatures of this command may set the property "
+ "making any libraries linked exclusively by this signature private."
"\n"
" target_link_libraries(<target> LINK_INTERFACE_LIBRARIES\n"
" [[debug|optimized|general] <lib>] ...)\n"