X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=segmentation%2FCMakeLists.txt;h=4e0a4b9fa8757ea6e6d35200dd1ee21f8d2764e7;hb=e924e0e16b89d8c2959b3090970e4b4300376fdf;hp=f278aa195be5889f01621a823fa098dd1d99f994;hpb=7506b2a05500484051b6f9ffccf470b36bd2817c;p=clitk.git 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)