cmGlobalGenerator: Access makefile from makefiles container.
This commit is contained in:
parent
11d5088a2f
commit
1e5349a5a0
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue