mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
cmGeneratorTarget: Move link implementation from cmTarget.
This commit is contained in:
@@ -1122,7 +1122,7 @@ static const struct TargetPropertyNode : public cmGeneratorExpressionNode
|
||||
else if(!interfacePropertyName.empty())
|
||||
{
|
||||
if(cmLinkImplementationLibraries const* impl =
|
||||
target->GetLinkImplementationLibraries(context->Config))
|
||||
gtgt->GetLinkImplementationLibraries(context->Config))
|
||||
{
|
||||
linkedTargetsContent =
|
||||
getLinkedTargetsContent(impl->Libraries, target,
|
||||
|
||||
Reference in New Issue
Block a user