From: David Sarrut Date: Fri, 3 Feb 2012 07:11:34 +0000 (+0100) Subject: remove clitkExtractLymphStations X-Git-Tag: v1.3.0~104^2~8^2~3 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=e924e0e16b89d8c2959b3090970e4b4300376fdf;p=clitk.git remove clitkExtractLymphStations --- diff --git a/segmentation/CMakeLists.txt b/segmentation/CMakeLists.txt index f278aa1..4e0a4b9 100644 --- a/segmentation/CMakeLists.txt +++ b/segmentation/CMakeLists.txt @@ -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)