Przeglądaj źródła

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 15 lat temu
rodzic
commit
ea3969fc58
1 zmienionych plików z 0 dodań i 1 usunięć
  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
   )