diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-08-05 16:17:55 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-10-08 21:41:29 (GMT) |
commit | df42dbb3558a6ba604ab584b21dfe7f8722eb025 (patch) | |
tree | 3d45a381504584b3ae8a726962a596fcfe76777a /Source/cmGeneratorExpressionNode.cxx | |
parent | a8429a402da4aeb717f4af234c8d14d1c4e10ed7 (diff) | |
download | CMake-df42dbb3558a6ba604ab584b21dfe7f8722eb025.zip CMake-df42dbb3558a6ba604ab584b21dfe7f8722eb025.tar.gz CMake-df42dbb3558a6ba604ab584b21dfe7f8722eb025.tar.bz2 |
cmGeneratorTarget: Move link implementation from cmTarget.
Diffstat (limited to 'Source/cmGeneratorExpressionNode.cxx')
-rw-r--r-- | Source/cmGeneratorExpressionNode.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGeneratorExpressionNode.cxx b/Source/cmGeneratorExpressionNode.cxx index 1c350ab..b61e26f 100644 --- a/Source/cmGeneratorExpressionNode.cxx +++ b/Source/cmGeneratorExpressionNode.cxx @@ -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, |