]> Creatis software - clitk.git/commitdiff
remove clitkExtractLymphStations
authorDavid Sarrut <david.sarrut@gmail.com>
Fri, 3 Feb 2012 07:11:34 +0000 (08:11 +0100)
committerDavid Sarrut <david.sarrut@gmail.com>
Fri, 3 Feb 2012 07:11:34 +0000 (08:11 +0100)
segmentation/CMakeLists.txt

index f278aa195be5889f01621a823fa098dd1d99f994..4e0a4b9fa8757ea6e6d35200dd1ee21f8d2764e7 100644 (file)
@@ -34,8 +34,7 @@ IF(CLITK_BUILD_SEGMENTATION)
  
     WRAP_GGO(clitkRelativePosition_GGO_C ../tools/clitkRelativePosition.ggo)
 
-
-     WRAP_GGO(clitkMorphoMath_GGO_C clitkMorphoMath.ggo)
+    WRAP_GGO(clitkMorphoMath_GGO_C clitkMorphoMath.ggo)
     ADD_EXECUTABLE(clitkMorphoMath clitkMorphoMath.cxx ${clitkMorphoMath_GGO_C})
     TARGET_LINK_LIBRARIES(clitkMorphoMath clitkCommon ${ITK_LIBRARIES})
     SET(SEGMENTATION_INSTALL ${SEGMENTATION_INSTALL} clitkMorphoMath)