summaryrefslogtreecommitdiff
path: root/Source/cmComputeLinkDepends.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-08-05 17:37:48 +0200
committerStephen Kelly <steveire@gmail.com>2015-08-26 19:46:31 +0200
commit3846ebcf2b60b73e3eec848bd3dd41711eac5dc4 (patch)
tree2e994122916c4d1285b4e1a19bc2da14ec30b406 /Source/cmComputeLinkDepends.cxx
parenta7f5d70dde50ac74726f3c23d276d2fdac70d659 (diff)
downloadcmake-3846ebcf2b60b73e3eec848bd3dd41711eac5dc4.tar.gz
cmLinkItem: Add cmLinkImplementation type.
Diffstat (limited to 'Source/cmComputeLinkDepends.cxx')
-rw-r--r--Source/cmComputeLinkDepends.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmComputeLinkDepends.cxx b/Source/cmComputeLinkDepends.cxx
index 5e9627bd43..4b7faa7bea 100644
--- a/Source/cmComputeLinkDepends.cxx
+++ b/Source/cmComputeLinkDepends.cxx
@@ -554,7 +554,7 @@ void cmComputeLinkDepends::AddVarLinkEntries(int depender_index,
void cmComputeLinkDepends::AddDirectLinkEntries()
{
// Add direct link dependencies in this configuration.
- cmTarget::LinkImplementation const* impl =
+ cmLinkImplementation const* impl =
this->Target->Target->GetLinkImplementation(this->Config);
this->AddLinkEntries(-1, impl->Libraries);
for(std::vector<cmLinkItem>::const_iterator