[cmake-commits] andy committed cmInstallTargetGenerator.cxx 1.22 1.23

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Oct 31 06:43:20 EST 2006


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv31726/Source

Modified Files:
	cmInstallTargetGenerator.cxx 
Log Message:
STYLE: Fix kwstyle


Index: cmInstallTargetGenerator.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmInstallTargetGenerator.cxx,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- cmInstallTargetGenerator.cxx	30 Oct 2006 20:59:54 -0000	1.22
+++ cmInstallTargetGenerator.cxx	31 Oct 2006 11:43:18 -0000	1.23
@@ -33,7 +33,8 @@
   Component(component), Optional(optional)
 {
   this->Target->SetHaveInstallRule(true);
-  this->Target->GetMakefile()->GetCMakeInstance()->AddInstallComponent(component);
+  this->Target->GetMakefile()->GetCMakeInstance()->AddInstallComponent(
+    component);
 }
 
 //----------------------------------------------------------------------------



More information about the Cmake-commits mailing list