From: srit Date: Fri, 25 Mar 2011 12:57:39 +0000 (+0000) Subject: Removed old file from compilation list X-Git-Tag: v1.2.0~118 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=aa1d6708838babe498d528c39c93095432b108a2;p=clitk.git Removed old file from compilation list --- diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt index 789241b..5454a12 100644 --- a/tools/CMakeLists.txt +++ b/tools/CMakeLists.txt @@ -127,7 +127,7 @@ IF (CLITK_BUILD_TOOLS) # TARGET_LINK_LIBRARIES(clitkAutoCrop clitkCommon ITKIO ) WRAP_GGO(clitkDicomRTStruct2BinaryImage_GGO_C clitkDicomRTStruct2BinaryImage.ggo) - ADD_EXECUTABLE(clitkDicomRTStruct2BinaryImage clitkDicomRT_ROI_ConvertToImageFilter.cxx clitkDicomRTStruct2BinaryImage.cxx ${clitkDicomRTStruct2BinaryImage_GGO_C}) + ADD_EXECUTABLE(clitkDicomRTStruct2BinaryImage clitkDicomRTStruct2BinaryImage.cxx ${clitkDicomRTStruct2BinaryImage_GGO_C}) TARGET_LINK_LIBRARIES(clitkDicomRTStruct2BinaryImage ITKCommon clitkDicomRTStruct clitkCommon ITKIO ) WRAP_GGO(clitkImageLog_GGO_C clitkImageLog.ggo)