cmGlobalGenerator: Move FinalizeTargetCompileInfo to Compute().

This commit is contained in:
Stephen Kelly 2015-07-28 18:56:59 +02:00 committed by Brad King
parent fb9355c50e
commit 2e94cba356
1 changed files with 2 additions and 2 deletions

View File

@ -1226,13 +1226,13 @@ bool cmGlobalGenerator::Compute()
{ {
return false; return false;
} }
this->FinalizeTargetCompileInfo();
return true; return true;
} }
void cmGlobalGenerator::Generate() void cmGlobalGenerator::Generate()
{ {
this->FinalizeTargetCompileInfo();
this->CreateGenerationObjects(); this->CreateGenerationObjects();
#ifdef CMAKE_BUILD_WITH_CMAKE #ifdef CMAKE_BUILD_WITH_CMAKE