From e924e0e16b89d8c2959b3090970e4b4300376fdf Mon Sep 17 00:00:00 2001 From: David Sarrut Date: Fri, 3 Feb 2012 08:11:34 +0100 Subject: [PATCH] remove clitkExtractLymphStations --- segmentation/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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) -- 2.45.1