STYLE: Fix kwstyle
This commit is contained in:
parent
7ded253013
commit
605d8871bb
|
@ -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);
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue