Explorar el Código

BUG: Remove extra dependency from Libs/DICOM/Widgets/target_libraries.cmake.

Since CTKDICOMCore already depends on CTKCore. This later one doesn't need to be listed.
Jean-Christophe Fillion-Robin hace 15 años
padre
commit
ea3969fc58
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      Libs/DICOM/Widgets/target_libraries.cmake

+ 0 - 1
Libs/DICOM/Widgets/target_libraries.cmake

@@ -5,6 +5,5 @@
 # 
 
 SET(target_libraries
-  CTKCore
   CTKDICOMCore
   )