comparison OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake @ 5067:6ad2bea0e07e

upgrade to DCMTK 3.6.7
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 15 Aug 2022 15:34:02 +0200
parents cfbf45e76468
children 201a500dcff4
comparison
equal deleted inserted replaced
5066:956a9fed0aa8 5067:6ad2bea0e07e
75 set(USE_SYSTEM_UUID ON CACHE BOOL "Use the system version of the uuid library from e2fsprogs") 75 set(USE_SYSTEM_UUID ON CACHE BOOL "Use the system version of the uuid library from e2fsprogs")
76 set(USE_SYSTEM_ZLIB ON CACHE BOOL "Use the system version of ZLib") 76 set(USE_SYSTEM_ZLIB ON CACHE BOOL "Use the system version of ZLib")
77 77
78 # Parameters specific to DCMTK 78 # Parameters specific to DCMTK
79 set(DCMTK_DICTIONARY_DIR "" CACHE PATH "Directory containing the DCMTK dictionaries \"dicom.dic\" and \"private.dic\" (only when using system version of DCMTK)") 79 set(DCMTK_DICTIONARY_DIR "" CACHE PATH "Directory containing the DCMTK dictionaries \"dicom.dic\" and \"private.dic\" (only when using system version of DCMTK)")
80 set(DCMTK_STATIC_VERSION "3.6.6" CACHE STRING "Version of DCMTK to be used in static builds (can be \"3.6.0\", \"3.6.2\", \"3.6.4\", \"3.6.5\", or \"3.6.6\")") 80 set(DCMTK_STATIC_VERSION "3.6.7" CACHE STRING "Version of DCMTK to be used in static builds (can be \"3.6.0\", \"3.6.2\", \"3.6.4\", \"3.6.5\", \"3.6.6\", or \"3.6.7\")")
81 set(USE_DCMTK_362_PRIVATE_DIC ON CACHE BOOL "Use the dictionary of private tags from DCMTK 3.6.2 if using DCMTK 3.6.0") 81 set(USE_DCMTK_362_PRIVATE_DIC ON CACHE BOOL "Use the dictionary of private tags from DCMTK 3.6.2 if using DCMTK 3.6.0")
82 set(USE_SYSTEM_DCMTK ON CACHE BOOL "Use the system version of DCMTK") 82 set(USE_SYSTEM_DCMTK ON CACHE BOOL "Use the system version of DCMTK")
83 set(ENABLE_DCMTK_LOG ON CACHE BOOL "Enable logging internal to DCMTK") 83 set(ENABLE_DCMTK_LOG ON CACHE BOOL "Enable logging internal to DCMTK")
84 set(ENABLE_DCMTK_JPEG ON CACHE BOOL "Enable JPEG-LS (Lossless) decompression") 84 set(ENABLE_DCMTK_JPEG ON CACHE BOOL "Enable JPEG-LS (Lossless) decompression")
85 set(ENABLE_DCMTK_JPEG_LOSSLESS ON CACHE BOOL "Enable JPEG-LS (Lossless) decompression") 85 set(ENABLE_DCMTK_JPEG_LOSSLESS ON CACHE BOOL "Enable JPEG-LS (Lossless) decompression")