diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-08-26 17:37:45 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-08-26 17:37:45 (GMT) |
commit | 6220241fd0bb7902c932742a7aa3d6a96fd0e919 (patch) | |
tree | fe8ad134b3e4aab83124fdfaee5f49ca72ac9cd2 /Source/cmComputeTargetDepends.cxx | |
parent | 6353816786caccfef7acb3fd72aa28e0366da405 (diff) | |
download | CMake-6220241fd0bb7902c932742a7aa3d6a96fd0e919.zip CMake-6220241fd0bb7902c932742a7aa3d6a96fd0e919.tar.gz CMake-6220241fd0bb7902c932742a7aa3d6a96fd0e919.tar.bz2 |
cmGeneratorTarget: Move GetLinkInterface from cmTarget.
Diffstat (limited to 'Source/cmComputeTargetDepends.cxx')
-rw-r--r-- | Source/cmComputeTargetDepends.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmComputeTargetDepends.cxx b/Source/cmComputeTargetDepends.cxx index aeb9184..83b2a0e 100644 --- a/Source/cmComputeTargetDepends.cxx +++ b/Source/cmComputeTargetDepends.cxx @@ -297,7 +297,7 @@ void cmComputeTargetDepends::AddInterfaceDepends(int depender_index, { cmGeneratorTarget const* depender = this->Targets[depender_index]; if(cmLinkInterface const* iface = - dependee->Target->GetLinkInterface(config, + dependee->GetLinkInterface(config, depender->Target)) { for(std::vector<cmLinkItem>::const_iterator |