|
|
@@ -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);
|
|
|
}
|
|
|
|
|
|
//----------------------------------------------------------------------------
|