Added ZLIB_FOUND to dicom qualification

This commit is contained in:
Robert Osfield
2009-01-13 10:15:04 +00:00
parent 6a19b04d22
commit 7bcdaa74bf

View File

@@ -118,9 +118,17 @@ ENDIF(XUL_FOUND)
#
# 3D Image plugins
#
IF (ITK_FOUND OR DCMTK_FOUND)
IF (DCMTK_FOUND AND ZLIB_FOUND)
ADD_SUBDIRECTORY(dicom)
ENDIF(ITK_FOUND OR DCMTK_FOUND)
ELSE (DCMTK_FOUND AND ZLIB_FOUND)
IF (ITK_FOUND)
ADD_SUBDIRECTORY(dicom)
ENDIF(ITK_FOUND)
ENDIF(DCMTK_FOUND AND ZLIB_FOUND)
############################################################