diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-08-04 17:55:46 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-08-06 22:51:49 (GMT) |
commit | 10040601a2e13cbb0653a20c55c1c696b5cacf29 (patch) | |
tree | 5f30081473c2f8eddc961adfc4a596e9c22a1876 /Source/cmGeneratorExpressionNode.cxx | |
parent | d9da6ee29fe0267ed347860f24f21be647ac81e8 (diff) | |
download | CMake-10040601a2e13cbb0653a20c55c1c696b5cacf29.zip CMake-10040601a2e13cbb0653a20c55c1c696b5cacf29.tar.gz CMake-10040601a2e13cbb0653a20c55c1c696b5cacf29.tar.bz2 |
cmLinkImplementationLibraries: Move to namespace scope.
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 a86c2bc..49f2515 100644 --- a/Source/cmGeneratorExpressionNode.cxx +++ b/Source/cmGeneratorExpressionNode.cxx @@ -1120,7 +1120,7 @@ static const struct TargetPropertyNode : public cmGeneratorExpressionNode } else if(!interfacePropertyName.empty()) { - if(cmTarget::LinkImplementationLibraries const* impl = + if(cmLinkImplementationLibraries const* impl = target->GetLinkImplementationLibraries(context->Config)) { linkedTargetsContent = |