Andy Cedilnik 19 лет назад
Родитель
Сommit
605d8871bb
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      Source/cmInstallTargetGenerator.cxx

+ 2 - 1
Source/cmInstallTargetGenerator.cxx

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