ソースを参照

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 年 前
コミット
ea3969fc58
共有1 個のファイルを変更した0 個の追加1 個の削除を含む
  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
   )