cmMakefileTargetGenerator: Require cmGeneratorTarget.

This commit is contained in:
Stephen Kelly
2015-06-06 14:57:26 +02:00
committed by Brad King
parent bb88668add
commit 5aa556be56
5 changed files with 8 additions and 9 deletions

View File

@@ -22,7 +22,7 @@
//----------------------------------------------------------------------------
cmMakefileExecutableTargetGenerator
::cmMakefileExecutableTargetGenerator(cmGeneratorTarget* target):
cmMakefileTargetGenerator(target->Target)
cmMakefileTargetGenerator(target)
{
this->CustomCommandDriver = OnDepends;
this->Target->GetExecutableNames(