mirror of
https://github.com/reactos/CMake.git
synced 2024-12-17 08:36:48 +00:00
cmGlobalGenerator: Create global targets from cmMakefiles.
This commit is contained in:
parent
8f75ea3b5e
commit
c5b8841fd9
@ -1193,9 +1193,9 @@ void cmGlobalGenerator::Configure()
|
||||
cmTargets globalTargets;
|
||||
this->CreateDefaultGlobalTargets(&globalTargets);
|
||||
|
||||
for (i = 0; i < this->LocalGenerators.size(); ++i)
|
||||
for (i = 0; i < this->Makefiles.size(); ++i)
|
||||
{
|
||||
cmMakefile* mf = this->LocalGenerators[i]->GetMakefile();
|
||||
cmMakefile* mf = this->Makefiles[i];
|
||||
cmTargets* targets = &(mf->GetTargets());
|
||||
cmTargets::iterator tit;
|
||||
for ( tit = globalTargets.begin(); tit != globalTargets.end(); ++ tit )
|
||||
|
Loading…
Reference in New Issue
Block a user