cmGlobalGenerator: Rename the FinalizeCompileDefinitions method.
This will soon also finalize include directories.
This commit is contained in:
parent
8b27dbf4e4
commit
3305364f83
|
@ -1059,7 +1059,7 @@ void cmGlobalGenerator::Generate()
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
this->FinalizeTargetCompileDefinitions();
|
this->FinalizeTargetCompileInfo();
|
||||||
|
|
||||||
#ifdef CMAKE_BUILD_WITH_CMAKE
|
#ifdef CMAKE_BUILD_WITH_CMAKE
|
||||||
// Iterate through all targets and set up automoc for those which have
|
// Iterate through all targets and set up automoc for those which have
|
||||||
|
@ -1270,7 +1270,7 @@ void cmGlobalGenerator::CreateQtAutoGeneratorsTargets(AutogensType &autogens)
|
||||||
}
|
}
|
||||||
|
|
||||||
//----------------------------------------------------------------------------
|
//----------------------------------------------------------------------------
|
||||||
void cmGlobalGenerator::FinalizeTargetCompileDefinitions()
|
void cmGlobalGenerator::FinalizeTargetCompileInfo()
|
||||||
{
|
{
|
||||||
// Construct per-target generator information.
|
// Construct per-target generator information.
|
||||||
for(unsigned int i=0; i < this->LocalGenerators.size(); ++i)
|
for(unsigned int i=0; i < this->LocalGenerators.size(); ++i)
|
||||||
|
|
|
@ -397,7 +397,7 @@ private:
|
||||||
|
|
||||||
void WriteSummary();
|
void WriteSummary();
|
||||||
void WriteSummary(cmTarget* target);
|
void WriteSummary(cmTarget* target);
|
||||||
void FinalizeTargetCompileDefinitions();
|
void FinalizeTargetCompileInfo();
|
||||||
|
|
||||||
virtual void PrintCompilerAdvice(std::ostream& os, std::string lang,
|
virtual void PrintCompilerAdvice(std::ostream& os, std::string lang,
|
||||||
const char* envVar);
|
const char* envVar);
|
||||||
|
|
Loading…
Reference in New Issue