]> Creatis software - clitk.git/commitdiff
BUG wrong tool name added to TOOLS_INSTALL
authorVivien Delmon <vivien.delmon@creatis.insa-lyon.fr>
Thu, 9 Feb 2012 14:12:54 +0000 (15:12 +0100)
committerVivien Delmon <vivien.delmon@creatis.insa-lyon.fr>
Thu, 9 Feb 2012 14:12:54 +0000 (15:12 +0100)
- clitkAffineTransform and clitkImageMoment were not added to
  TOOLS_INSTALL. clitkDicom2Image was added multiple time instead.

tools/CMakeLists.txt

index 3da91cb472830062063fb25a902ea6c7378a3d6e..25cd46f8d9e0eb60afd60797d53a287c1f38c035 100644 (file)
@@ -93,7 +93,7 @@ IF (CLITK_BUILD_TOOLS)
   WRAP_GGO(clitkAffineTransform_GGO_C clitkAffineTransform.ggo)
   ADD_EXECUTABLE(clitkAffineTransform clitkAffineTransform.cxx ${clitkAffineTransform_GGO_C})
   TARGET_LINK_LIBRARIES(clitkAffineTransform clitkCommon ${ITK_LIBRARIES} )
-  SET(TOOLS_INSTALL ${TOOLS_INSTALL} clitkDicom2Image)
+  SET(TOOLS_INSTALL ${TOOLS_INSTALL} clitkAffineTransform)
 
   WRAP_GGO(clitkSetBackground_GGO_C clitkSetBackground.ggo)
   ADD_EXECUTABLE(clitkSetBackground clitkSetBackground.cxx clitkSetBackgroundGenericFilter.cxx ${clitkSetBackground_GGO_C})
@@ -180,7 +180,7 @@ IF (CLITK_BUILD_TOOLS)
   WRAP_GGO(clitkImageMoment_GGO_C clitkImageMoment.ggo)
   ADD_EXECUTABLE(clitkImageMoment clitkImageMoment.cxx clitkImageMomentGenericFilter.cxx ${clitkImageMoment_GGO_C})
   TARGET_LINK_LIBRARIES(clitkImageMoment clitkCommon ${ITK_LIBRARIES})
-  SET(TOOLS_INSTALL ${TOOLS_INSTALL} clitkDicom2Image)
+  SET(TOOLS_INSTALL ${TOOLS_INSTALL} clitkImageMoment)
 
   WRAP_GGO(clitkImageStatistics_GGO_C clitkImageStatistics.ggo)
   ADD_EXECUTABLE(clitkImageStatistics clitkImageStatistics.cxx clitkImageStatisticsGenericFilter.cxx ${clitkImageStatistics_GGO_C})