Mercurial > hg > orthanc
comparison Resources/CMake/OrthancFrameworkParameters.cmake @ 3274:95b0536be2c3
preparing for dcmtk 3.6.4
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 20 Feb 2019 17:19:27 +0100 |
parents | 5d78df37c62f |
children | ce6a98f8ed85 |
comparison
equal
deleted
inserted
replaced
3273:45786a7c3735 | 3274:95b0536be2c3 |
---|---|
54 set(USE_SYSTEM_SQLITE ON CACHE BOOL "Use the system version of SQLite") | 54 set(USE_SYSTEM_SQLITE ON CACHE BOOL "Use the system version of SQLite") |
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(USE_DCMTK_360 OFF CACHE BOOL "Use older DCMTK version 3.6.0 in static builds (instead of default 3.6.2)") | 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\")") |
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") |