mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-09 23:30:35 -06:00
cmGlobalGenerator: Move FinalizeTargetCompileInfo to Compute().
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user