cmComputeTargetDepends: Use simpler global generator access.

This commit is contained in:
Stephen Kelly 2015-05-03 11:33:08 +02:00
parent 040491fc58
commit cbf143bb76
1 changed files with 1 additions and 3 deletions

View File

@ -216,9 +216,7 @@ void cmComputeTargetDepends::CollectTargetDepends(int depender_index)
// deal with config-specific dependencies.
{
std::set<std::string> emitted;
cmGeneratorTarget* gt = depender->GetMakefile()->GetLocalGenerator()
->GetGlobalGenerator()
->GetGeneratorTarget(depender);
cmGeneratorTarget* gt = this->GlobalGenerator->GetGeneratorTarget(depender);
std::vector<std::string> configs;
depender->GetMakefile()->GetConfigurations(configs);