# HG changeset patch # User Sebastien Jodogne # Date 1550942286 -3600 # Node ID a8c1d1fb478bea654ca33a06e74a47689ede7ef7 # Parent b7228dddb378bcf02abb37cd97444025c51daa5e Upgrade to GDCM 2.8.8 for static builds diff -r b7228dddb378 -r a8c1d1fb478b NEWS --- a/NEWS Thu Jan 31 19:21:07 2019 +0100 +++ b/NEWS Sat Feb 23 18:18:06 2019 +0100 @@ -1,6 +1,8 @@ Pending changes in the mainline =============================== +* Upgrade to GDCM 2.8.8 for static builds + Version 2.4 (2018-04-23) ======================== diff -r b7228dddb378 -r a8c1d1fb478b Resources/CMake/GdcmConfiguration.cmake --- a/Resources/CMake/GdcmConfiguration.cmake Thu Jan 31 19:21:07 2019 +0100 +++ b/Resources/CMake/GdcmConfiguration.cmake Sat Feb 23 18:18:06 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 (*)