cmGlobalGenerator: Access makefile from makefiles container.

This commit is contained in:
Stephen Kelly 2015-08-25 08:21:22 +02:00
parent 11d5088a2f
commit 1e5349a5a0
1 changed files with 1 additions and 2 deletions

View File

@ -1669,8 +1669,7 @@ void cmGlobalGenerator::CheckLocalGenerators()
text += "\n linked by target \"";
text += l->second.GetName();
text += "\" in directory ";
text+=this->LocalGenerators[i]->GetMakefile()
->GetCurrentSourceDirectory();
text+=this->Makefiles[i]->GetCurrentSourceDirectory();
notFoundMap[varName] = text;
}
}