mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-29 18:51:05 -05:00
Port to cmMakefile::GetGlobalGenerator.
This commit is contained in:
@@ -274,7 +274,7 @@ cmExportBuildFileGenerator
|
||||
::FindNamespaces(cmMakefile* mf, const std::string& name)
|
||||
{
|
||||
std::vector<std::string> namespaces;
|
||||
cmGlobalGenerator* gg = mf->GetLocalGenerator()->GetGlobalGenerator();
|
||||
cmGlobalGenerator* gg = mf->GetGlobalGenerator();
|
||||
|
||||
std::map<std::string, cmExportBuildFileGenerator*>& exportSets
|
||||
= gg->GetBuildExportSets();
|
||||
|
||||
Reference in New Issue
Block a user