summaryrefslogtreecommitdiffstats
path: root/Source/cmComputeTargetDepends.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-08-26 17:35:45 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-08-26 17:35:45 (GMT)
commitd67584ccc4262c103a180504cb294e3ad6b6910d (patch)
tree456b7484187e71adad2cac1c08100cdf74821535 /Source/cmComputeTargetDepends.cxx
parent33df7f36d0b99a87880ee76d39b5814c98e78bd1 (diff)
downloadCMake-d67584ccc4262c103a180504cb294e3ad6b6910d.zip
CMake-d67584ccc4262c103a180504cb294e3ad6b6910d.tar.gz
CMake-d67584ccc4262c103a180504cb294e3ad6b6910d.tar.bz2
cmTarget: Move link interface libraries struct out.
Diffstat (limited to 'Source/cmComputeTargetDepends.cxx')
-rw-r--r--Source/cmComputeTargetDepends.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmComputeTargetDepends.cxx b/Source/cmComputeTargetDepends.cxx
index c4a03a0..aeb9184 100644
--- a/Source/cmComputeTargetDepends.cxx
+++ b/Source/cmComputeTargetDepends.cxx
@@ -296,7 +296,7 @@ void cmComputeTargetDepends::AddInterfaceDepends(int depender_index,
std::set<std::string> &emitted)
{
cmGeneratorTarget const* depender = this->Targets[depender_index];
- if(cmTarget::LinkInterface const* iface =
+ if(cmLinkInterface const* iface =
dependee->Target->GetLinkInterface(config,
depender->Target))
{