comparison Resources/CMake/OrthancFrameworkParameters.cmake @ 3279:dd10fe965870

use of DCMTK 3.6.4 in static builds
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 21 Feb 2019 15:13:49 +0100
parents ce6a98f8ed85
children 801075411128
comparison
equal deleted inserted replaced
3278:ce6a98f8ed85 3279:dd10fe965870
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.2" 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.4" CACHE STRING "Version of DCMTK to be used in static builds (can be \"3.6.0\", \"3.6.2\", or \"3.6.4\")")
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")
75 75
76 mark_as_advanced(USE_GOOGLE_TEST_DEBIAN_PACKAGE) 76 mark_as_advanced(USE_GOOGLE_TEST_DEBIAN_PACKAGE)
77 mark_as_advanced(SYSTEM_MONGOOSE_USE_CALLBACKS) 77 mark_as_advanced(SYSTEM_MONGOOSE_USE_CALLBACKS)
78 mark_as_advanced(BOOST_LOCALE_BACKEND) 78 mark_as_advanced(BOOST_LOCALE_BACKEND)
79 mark_as_advanced(USE_PUGIXML) 79 mark_as_advanced(USE_PUGIXML)
80 mark_as_advanced(USE_DCMTK_362_PRIVATE_DIC)
80 81
81 82
82 ##################################################################### 83 #####################################################################
83 ## Internal CMake parameters to enable the optional subcomponents of 84 ## Internal CMake parameters to enable the optional subcomponents of
84 ## the Orthanc framework 85 ## the Orthanc framework