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 += "\n linked by target \"";
|
||||||
text += l->second.GetName();
|
text += l->second.GetName();
|
||||||
text += "\" in directory ";
|
text += "\" in directory ";
|
||||||
text+=this->LocalGenerators[i]->GetMakefile()
|
text+=this->Makefiles[i]->GetCurrentSourceDirectory();
|
||||||
->GetCurrentSourceDirectory();
|
|
||||||
notFoundMap[varName] = text;
|
notFoundMap[varName] = text;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue