cmGlobalGenerator: Base final target property computation on Makefiles.
This commit is contained in:
parent
f8be9ba9c2
commit
19b546ef76
@ -1482,9 +1482,9 @@ void cmGlobalGenerator::CreateQtAutoGeneratorsTargets(AutogensType &autogens)
|
|||||||
void cmGlobalGenerator::FinalizeTargetCompileInfo()
|
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->Makefiles.size(); ++i)
|
||||||
{
|
{
|
||||||
cmMakefile *mf = this->LocalGenerators[i]->GetMakefile();
|
cmMakefile *mf = this->Makefiles[i];
|
||||||
|
|
||||||
const cmStringRange noconfig_compile_definitions =
|
const cmStringRange noconfig_compile_definitions =
|
||||||
mf->GetCompileDefinitionsEntries();
|
mf->GetCompileDefinitionsEntries();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user