mirror of
https://github.com/Kitware/CMake.git
synced 2026-08-06 07:40:53 +00:00
cmGlobalGenerator: Create all local generators after Configure().
This commit is contained in:
@@ -1124,7 +1124,6 @@ void cmGlobalGenerator::Configure()
|
|||||||
// now do it
|
// now do it
|
||||||
this->ConfigureDoneCMP0026 = false;
|
this->ConfigureDoneCMP0026 = false;
|
||||||
dirMf->Configure();
|
dirMf->Configure();
|
||||||
this->CreateLocalGenerators();
|
|
||||||
dirMf->EnforceDirectoryLevelRules();
|
dirMf->EnforceDirectoryLevelRules();
|
||||||
|
|
||||||
this->ConfigureDoneCMP0026 = true;
|
this->ConfigureDoneCMP0026 = true;
|
||||||
@@ -1186,6 +1185,7 @@ void cmGlobalGenerator::Configure()
|
|||||||
|
|
||||||
void cmGlobalGenerator::CreateGenerationObjects(TargetTypes targetTypes)
|
void cmGlobalGenerator::CreateGenerationObjects(TargetTypes targetTypes)
|
||||||
{
|
{
|
||||||
|
this->CreateLocalGenerators();
|
||||||
cmDeleteAll(this->GeneratorTargets);
|
cmDeleteAll(this->GeneratorTargets);
|
||||||
this->GeneratorTargets.clear();
|
this->GeneratorTargets.clear();
|
||||||
this->CreateGeneratorTargets(targetTypes);
|
this->CreateGeneratorTargets(targetTypes);
|
||||||
|
|||||||
Reference in New Issue
Block a user