cmGlobalGenerator: Move FinalizeTargetCompileInfo to Compute().
This commit is contained in:
parent
fb9355c50e
commit
2e94cba356
|
@ -1226,13 +1226,13 @@ bool cmGlobalGenerator::Compute()
|
|||
{
|
||||
return false;
|
||||
}
|
||||
this->FinalizeTargetCompileInfo();
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
void cmGlobalGenerator::Generate()
|
||||
{
|
||||
this->FinalizeTargetCompileInfo();
|
||||
|
||||
this->CreateGenerationObjects();
|
||||
|
||||
#ifdef CMAKE_BUILD_WITH_CMAKE
|
||||
|
|
Loading…
Reference in New Issue