changeset 246:513e8d3ec498

Upgrade to GDCM 2.8.8 for static builds
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 23 Feb 2019 18:22:23 +0100
parents ad119ae5f7be
children 09dcb4cd574f
files NEWS Resources/CMake/GdcmConfiguration.cmake
diffstat 2 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Fri Feb 15 10:28:49 2019 +0100
+++ b/NEWS	Sat Feb 23 18:22:23 2019 +0100
@@ -4,6 +4,7 @@
 * Sending "HttpHeaders" of the "DicomWeb.Servers" configuration to remote DICOMweb servers
 * Improved WADO-RS compatibility if Orthanc is acting as a DICOMweb client
 * More detailed information about errors is provided in the HTTP answers
+* Upgrade to GDCM 2.8.8 for static builds
 
 
 Version 0.5 (2018-04-19)
--- a/Resources/CMake/GdcmConfiguration.cmake	Fri Feb 15 10:28:49 2019 +0100
+++ b/Resources/CMake/GdcmConfiguration.cmake	Sat Feb 23 18:22:23 2019 +0100
@@ -75,8 +75,8 @@
 
   include(ExternalProject)
   externalproject_add(GDCM
-    URL "http://orthanc.osimis.io/ThirdPartyDownloads/gdcm-2.8.4.tar.gz"
-    URL_MD5 "ce957b0bc1be4e8019162a10ca15432f"
+    URL "http://orthanc.osimis.io/ThirdPartyDownloads/gdcm-2.8.8.tar.gz"
+    URL_MD5 "740c22b787a8e47e4d748c167e450d8f"
     TIMEOUT 60
     CMAKE_ARGS -DCMAKE_BUILD_TYPE:STRING=${CMAKE_BUILD_TYPE} ${Flags}
     ${BUILD_COMMAND}    # Customize "make", only for Linux Standard Base (*)