mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-26 18:58:34 -06:00
cmGlobalGenerator: Create cmGeneratorTargets earlier.
This commit is contained in:
@@ -1240,6 +1240,7 @@ void cmGlobalGenerator::Generate()
|
||||
AutogensType autogens;
|
||||
this->CreateQtAutoGeneratorsTargets(autogens);
|
||||
#endif
|
||||
this->CreateGenerationObjects();
|
||||
|
||||
unsigned int i;
|
||||
|
||||
@@ -1254,7 +1255,6 @@ void cmGlobalGenerator::Generate()
|
||||
this->LocalGenerators[i]->AddHelperCommands();
|
||||
}
|
||||
|
||||
this->CreateGenerationObjects();
|
||||
this->InitGeneratorTargets();
|
||||
|
||||
#ifdef CMAKE_BUILD_WITH_CMAKE
|
||||
|
||||
Reference in New Issue
Block a user