Mercurial > hg > orthanc-dicomweb
changeset 377:dfec31bf370f
Upgrade to GDCM 3.0.4 in static builds
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 23 Jan 2020 16:05:31 +0100 |
parents | 8b8b8cef7722 |
children | 20bb2a2eeb1e b5faee100a74 |
files | NEWS Resources/CMake/GdcmConfiguration.cmake |
diffstat | 2 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/NEWS Tue Jan 07 19:22:14 2020 +0100 +++ b/NEWS Thu Jan 23 16:05:31 2020 +0100 @@ -18,6 +18,7 @@ * Accept multiple MIME types in Accept header for WADO-RS "Retrieve Metadata" * Added explicit "Accept" header to avoid uncompressing DICOM files by Google cloud https://groups.google.com/d/msg/orthanc-users/w1Ekrsc6-U8/T2a_DoQ5CwAJ +* Upgrade to GDCM 3.0.4 in static builds Version 1.0 (2019-06-26)
--- a/Resources/CMake/GdcmConfiguration.cmake Tue Jan 07 19:22:14 2020 +0100 +++ b/Resources/CMake/GdcmConfiguration.cmake Thu Jan 23 16:05:31 2020 +0100 @@ -75,8 +75,8 @@ include(ExternalProject) externalproject_add(GDCM - URL "http://orthanc.osimis.io/ThirdPartyDownloads/gdcm-2.8.8.tar.gz" - URL_MD5 "740c22b787a8e47e4d748c167e450d8f" + URL "http://orthanc.osimis.io/ThirdPartyDownloads/gdcm-3.0.4.tar.gz" + URL_MD5 "f12dbded708356d5fa0b5ed37ccdb66e" TIMEOUT 60 CMAKE_ARGS -DCMAKE_BUILD_TYPE:STRING=${CMAKE_BUILD_TYPE} ${Flags} ${BUILD_COMMAND} # Customize "make", only for Linux Standard Base (*)