[cmake-commits] hoffman committed cmInstallTargetGenerator.cxx 1.12.2.5 1.12.2.6

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Jan 11 08:30:20 EST 2008


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

Modified Files:
      Tag: CMake-2-4
	cmInstallTargetGenerator.cxx 
Log Message:
ENH: push a few more changes to 2.4.8


Index: cmInstallTargetGenerator.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmInstallTargetGenerator.cxx,v
retrieving revision 1.12.2.5
retrieving revision 1.12.2.6
diff -u -d -r1.12.2.5 -r1.12.2.6
--- cmInstallTargetGenerator.cxx	5 Feb 2007 18:21:32 -0000	1.12.2.5
+++ cmInstallTargetGenerator.cxx	11 Jan 2008 13:30:18 -0000	1.12.2.6
@@ -79,6 +79,7 @@
   switch(type)
     {
     case cmTarget::SHARED_LIBRARY:
+    case cmTarget::MODULE_LIBRARY:
       {
       // Add shared library installation properties if this platform
       // supports them.
@@ -146,8 +147,7 @@
       }
       break;
     case cmTarget::STATIC_LIBRARY:
-    case cmTarget::MODULE_LIBRARY:
-      // Nothing special for modules or static libraries.
+      // Nothing special for static libraries.
       break;
     default:
       break;



More information about the Cmake-commits mailing list