comparison Resources/CMake/OrthancFrameworkParameters.cmake @ 3719:d737173197e1

upgraded DCMTK to 3.6.5
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 05 Mar 2020 14:19:12 +0100
parents de1665e7b341
children faa695f433d5
comparison
equal deleted inserted replaced
3717:914f783ef085 3719:d737173197e1
55 set(USE_SYSTEM_UUID ON CACHE BOOL "Use the system version of the uuid library from e2fsprogs") 55 set(USE_SYSTEM_UUID ON CACHE BOOL "Use the system version of the uuid library from e2fsprogs")
56 set(USE_SYSTEM_ZLIB ON CACHE BOOL "Use the system version of ZLib") 56 set(USE_SYSTEM_ZLIB ON CACHE BOOL "Use the system version of ZLib")
57 57
58 # Parameters specific to DCMTK 58 # Parameters specific to DCMTK
59 set(DCMTK_DICTIONARY_DIR "" CACHE PATH "Directory containing the DCMTK dictionaries \"dicom.dic\" and \"private.dic\" (only when using system version of DCMTK)") 59 set(DCMTK_DICTIONARY_DIR "" CACHE PATH "Directory containing the DCMTK dictionaries \"dicom.dic\" and \"private.dic\" (only when using system version of DCMTK)")
60 set(DCMTK_STATIC_VERSION "3.6.4" CACHE STRING "Version of DCMTK to be used in static builds (can be \"3.6.0\", \"3.6.2\", or \"3.6.4\")") 60 set(DCMTK_STATIC_VERSION "3.6.5" CACHE STRING "Version of DCMTK to be used in static builds (can be \"3.6.0\", \"3.6.2\", \"3.6.4\", or \"3.6.5\")")
61 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") 61 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")
62 set(USE_SYSTEM_DCMTK ON CACHE BOOL "Use the system version of DCMTK") 62 set(USE_SYSTEM_DCMTK ON CACHE BOOL "Use the system version of DCMTK")
63 set(ENABLE_DCMTK_LOG ON CACHE BOOL "Enable logging internal to DCMTK") 63 set(ENABLE_DCMTK_LOG ON CACHE BOOL "Enable logging internal to DCMTK")
64 set(ENABLE_DCMTK_JPEG ON CACHE BOOL "Enable JPEG-LS (Lossless) decompression") 64 set(ENABLE_DCMTK_JPEG ON CACHE BOOL "Enable JPEG-LS (Lossless) decompression")
65 set(ENABLE_DCMTK_JPEG_LOSSLESS ON CACHE BOOL "Enable JPEG-LS (Lossless) decompression") 65 set(ENABLE_DCMTK_JPEG_LOSSLESS ON CACHE BOOL "Enable JPEG-LS (Lossless) decompression")