]> Creatis software - cpPlugins.git/commitdiff
...
authorLeonardo Florez-Valencia <florez-l@javeriana.edu.co>
Mon, 21 Sep 2015 15:44:50 +0000 (17:44 +0200)
committerLeonardo Florez-Valencia <florez-l@javeriana.edu.co>
Mon, 21 Sep 2015 15:44:50 +0000 (17:44 +0200)
cmake/cpPluginsConfig.cmake.in
lib/cpExtensions/Algorithms/IsoImageSlicer.h

index e8efd6d2851c0f51d883887ff9e6073459a031ab..df933c79bec3f01c82ffe4cfc5ea3822e00985ba 100644 (file)
@@ -42,8 +42,8 @@ ENDIF(MSVC)
 # -- Library names --
 # ===================
 
+SET(cpExtensions_LIBRARY cpExtensions)
 SET(cpPlugins_Interface_LIBRARY cpPlugins_Interface)
-SET(cpPlugins_Extensions_LIBRARY cpPlugins_Extensions)
 SET(cpPlugins_LIBRARY cpPlugins)
 
 ## eof - $RCSfile$
index cf4968d28faf8a98381ef44682db16aac3462633..19410c3574863035c11b5270e18412276be74fda 100644 (file)
@@ -134,8 +134,6 @@ namespace cpExtensions
 
 } // ecapseman
 
-} // ecapseman
-
 // -------------------------------------------------------------------------
 #define CPPLUGINS_DEFINE_ISOIMAGESLICER( name, R, F )                   \
   template< class I, class S = double >                                 \