cmMakefile: Simplify generate-time cmGeneratorTarget creation.

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

View File

@ -1909,6 +1909,7 @@ const char* cmMakefile::GetCurrentBinaryDirectory() const
void cmMakefile::AddGeneratorTarget(cmTarget* t, cmGeneratorTarget* gt)
{
this->GeneratorTargets[t] = gt;
this->GetGlobalGenerator()->AddGeneratorTarget(t, gt);
}
//----------------------------------------------------------------------------

View File

@ -476,7 +476,6 @@ bool cmQtAutoGenerators::InitializeAutogenTarget(cmLocalGenerator* lg,
commandLines, false, autogenComment.c_str());
cmGeneratorTarget* gt = new cmGeneratorTarget(autogenTarget, lg);
lg->GetGlobalGenerator()->AddGeneratorTarget(autogenTarget, gt);
makefile->AddGeneratorTarget(autogenTarget, gt);
// Set target folder