STYLE: Fix kwstyle

This commit is contained in:
Andy Cedilnik 2006-10-31 06:43:18 -05:00
parent 7ded253013
commit 605d8871bb
1 changed files with 2 additions and 1 deletions

View File

@ -33,7 +33,8 @@ cmInstallTargetGenerator
Component(component), Optional(optional)
{
this->Target->SetHaveInstallRule(true);
this->Target->GetMakefile()->GetCMakeInstance()->AddInstallComponent(component);
this->Target->GetMakefile()->GetCMakeInstance()->AddInstallComponent(
component);
}
//----------------------------------------------------------------------------