diff --git a/Modules/DicomRT/CMakeLists.txt b/Modules/DicomRT/CMakeLists.txt index 56e50c2ab7..73d625aeb2 100644 --- a/Modules/DicomRT/CMakeLists.txt +++ b/Modules/DicomRT/CMakeLists.txt @@ -1,12 +1,11 @@ # CREATE MODULE HERE IF (NOT DEFINED DCMTK_dcmrt_LIBRARY OR DCMTK_dcmrt_LIBRARY) MITK_CREATE_MODULE( INCLUDE_DIRS DataStructures DEPENDS MitkSegmentation MitkSceneSerializationBase PACKAGE_DEPENDS DCMTK - QT_MODULE ) ADD_SUBDIRECTORY(Testing) ELSE() MESSAGE("MITK DicomRT Support disabled because the DCMTK dcmrt library not found") ENDIF()