]> Creatis software - clitk.git/commitdiff
Removed unrequired library linking
authorsrit <srit>
Mon, 13 Sep 2010 16:40:00 +0000 (16:40 +0000)
committersrit <srit>
Mon, 13 Sep 2010 16:40:00 +0000 (16:40 +0000)
tools/CMakeLists.txt

index a26a4bc7d666892af49206a9a0ab120bd5832da2..9f81d9d86c18c05fbd6442a1ce591b543ce0a0ab 100644 (file)
@@ -116,7 +116,7 @@ IF (CLITK_BUILD_TOOLS)
 
     WRAP_GGO(clitkDicomRTStruct2BinaryImage_GGO_C clitkDicomRTStruct2BinaryImage.ggo)
     ADD_EXECUTABLE(clitkDicomRTStruct2BinaryImage clitkDicomRT_ROI_ConvertToImageFilter.cxx clitkDicomRTStruct2BinaryImage.cxx ${clitkDicomRTStruct2BinaryImage_GGO_C})
-    TARGET_LINK_LIBRARIES(clitkDicomRTStruct2BinaryImage ITKCommon clitkDicomRTStruct clitkCommon ITKIO QVTK)
+    TARGET_LINK_LIBRARIES(clitkDicomRTStruct2BinaryImage ITKCommon clitkDicomRTStruct clitkCommon ITKIO )
 
     WRAP_GGO(clitkImageLog_GGO_C clitkImageLog.ggo)
     ADD_EXECUTABLE(clitkImageLog clitkImageLog.cxx ${clitkImageLog_GGO_C})