From ebabe1f962f7434f2289bc8a02845abe88c3e674 Mon Sep 17 00:00:00 2001 From: tbaudier Date: Mon, 15 May 2017 16:26:21 +0200 Subject: [PATCH] Remove unapplicable clitk tool in CMakeLists --- tools/CMakeLists.txt | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt index 96330d7..999b48a 100644 --- a/tools/CMakeLists.txt +++ b/tools/CMakeLists.txt @@ -103,11 +103,6 @@ if(CLITK_BUILD_TOOLS) add_executable(clitkGateSimulation2Dicom clitkGateSimulation2Dicom.cxx ${clitkGateSimulation2Dicom_GGO_C}) target_link_libraries(clitkGateSimulation2Dicom clitkCommon ) set(TOOLS_INSTALL ${TOOLS_INSTALL} clitkGateSimulation2Dicom) - - WRAP_GGO(clitkImage2DicomSeries_GGO_C clitkImage2DicomSeries.ggo) - add_executable(clitkImage2DicomSeries clitkImage2DicomSeries.cxx ${clitkImage2DicomSeries_GGO_C}) - target_link_libraries(clitkImage2DicomSeries clitkCommon ) - set(TOOLS_INSTALL ${TOOLS_INSTALL} clitkImage2DicomSeries) WRAP_GGO(clitkMedianTemporalDimension_GGO_C clitkMedianTemporalDimension.ggo) add_executable(clitkMedianTemporalDimension clitkMedianTemporalDimension.cxx @@ -197,11 +192,11 @@ if(CLITK_BUILD_TOOLS) target_link_libraries(clitkDicomRTStruct2Image clitkDicomRTStruct) set(TOOLS_INSTALL ${TOOLS_INSTALL} clitkDicomRTStruct2Image) - #if(CLITK_USE_SYSTEM_GDCM) + if(CLITK_USE_SYSTEM_GDCM) WRAP_GGO(clitkImage2DicomRTStruct_GGO_C clitkImage2DicomRTStruct.ggo) add_executable(clitkImage2DicomRTStruct clitkImage2DicomRTStruct.cxx ${clitkImage2DicomRTStruct_GGO_C}) target_link_libraries(clitkImage2DicomRTStruct clitkDicomRTStruct) - #endif() + endif() WRAP_GGO(clitkComposeVF_GGO_C clitkComposeVF.ggo) add_executable(clitkComposeVF clitkComposeVFGenericFilter.cxx clitkComposeVF.cxx ${clitkComposeVF_GGO_C}) -- 2.45.1