diff options
-rw-r--r-- | Source/cmGlobalGenerator.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalGenerator.cxx b/Source/cmGlobalGenerator.cxx index f5ddd10..936ef74 100644 --- a/Source/cmGlobalGenerator.cxx +++ b/Source/cmGlobalGenerator.cxx @@ -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 |