Quellcode durchsuchen

Remove FIND_PACKAGE(DCMTK) from ctkDICOMDemoSCU

The find_package invocation are handled by the build system.
Jean-Christophe Fillion-Robin vor 14 Jahren
Ursprung
Commit
a38063ed4d
1 geänderte Dateien mit 0 neuen und 9 gelöschten Zeilen
  1. 0 9
      Applications/ctkDICOMDemoSCU/CMakeLists.txt

+ 0 - 9
Applications/ctkDICOMDemoSCU/CMakeLists.txt

@@ -1,15 +1,6 @@
 PROJECT(ctkDICOMDemoSCU)
 
 #
-# 3rd party dependencies
-#
-
-FIND_PACKAGE(DCMTK)
-IF(NOT DCMTK_FOUND)
-  MESSAGE(FATAL_ERROR "error: DCMTK package is required to build ${PROJECT_NAME}")
-ENDIF()
-
-#
 # See CTK/CMake/ctkMacroBuildLib.cmake for details
 #