mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-23 09:37:51 +08:00
cmGlobalGenerator: Access makefile from makefiles container.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user