[cmake-commits] king committed cmInstallCommand.cxx 1.17 1.18

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Sep 8 10:39:54 EDT 2006


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

Modified Files:
	cmInstallCommand.cxx 
Log Message:
STYLE: Fixed line-too-long.


Index: cmInstallCommand.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmInstallCommand.cxx,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- cmInstallCommand.cxx	7 Sep 2006 14:05:12 -0000	1.17
+++ cmInstallCommand.cxx	8 Sep 2006 14:39:51 -0000	1.18
@@ -410,7 +410,8 @@
             {
             // The DLL uses the RUNTIME properties.
             this->Makefile->AddInstallGenerator(
-              new cmInstallTargetGenerator(target, runtime_dest.c_str(), false,
+              new cmInstallTargetGenerator(target, runtime_dest.c_str(),
+                                           false,
                                            runtime_permissions.c_str(),
                                            runtime_configurations,
                                            runtime_component.c_str()));
@@ -423,7 +424,8 @@
             {
             // The shared library uses the LIBRARY properties.
             this->Makefile->AddInstallGenerator(
-              new cmInstallTargetGenerator(target, library_dest.c_str(), false,
+              new cmInstallTargetGenerator(target, library_dest.c_str(),
+                                           false,
                                            library_permissions.c_str(),
                                            library_configurations,
                                            library_component.c_str()));



More information about the Cmake-commits mailing list