summaryrefslogtreecommitdiffstats
path: root/Source/cmComputeLinkDepends.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-08-05 15:37:48 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-08-26 17:46:31 (GMT)
commit3846ebcf2b60b73e3eec848bd3dd41711eac5dc4 (patch)
tree2e994122916c4d1285b4e1a19bc2da14ec30b406 /Source/cmComputeLinkDepends.cxx
parenta7f5d70dde50ac74726f3c23d276d2fdac70d659 (diff)
downloadCMake-3846ebcf2b60b73e3eec848bd3dd41711eac5dc4.zip
CMake-3846ebcf2b60b73e3eec848bd3dd41711eac5dc4.tar.gz
CMake-3846ebcf2b60b73e3eec848bd3dd41711eac5dc4.tar.bz2
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 5e9627b..4b7faa7 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