diff options
Diffstat (limited to 'Source/cmTarget.cxx')
-rw-r--r-- | Source/cmTarget.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx index ef2fde5..32c6638 100644 --- a/Source/cmTarget.cxx +++ b/Source/cmTarget.cxx @@ -193,13 +193,13 @@ void cmTarget::DefineProperties(cmake *cm) "Shared libraries may be linked to other shared libraries as part " "of their implementation. On some platforms the linker searches " "for the dependent libraries of shared libraries they are including " - "in the link. CMake gives the paths to these libraries to the linker " - "by listing them on the link line explicitly. This property lists " + "in the link. This property lists " "the dependent shared libraries of an imported library. The list " "should be disjoint from the list of interface libraries in the " "IMPORTED_LINK_INTERFACE_LIBRARIES property. On platforms requiring " "dependent shared libraries to be found at link time CMake uses this " - "list to add the dependent libraries to the link command line."); + "list to add appropriate files or paths to the link command line. " + "Ignored for non-imported targets."); cm->DefineProperty ("IMPORTED_LINK_DEPENDENT_LIBRARIES_<CONFIG>", cmProperty::TARGET, |