changeset 222:abd287f2d92c

Upgrade to GDCM 3.0.4 for static builds
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 23 Jan 2020 16:18:19 +0100
parents 3aae28985514
children c49107ed5af8
files NEWS Resources/CMake/GdcmConfiguration.cmake
diffstat 2 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Thu Nov 28 15:05:32 2019 +0100
+++ b/NEWS	Thu Jan 23 16:18:19 2020 +0100
@@ -4,6 +4,8 @@
 * Performance: Replaced "OrthancPluginRegisterRestCallback" by "OrthancPluginRegisterRestCallbackNoLock"
 * Authorization tokens passed as url search params in Orthanc Explorer are now transmitted to the viewer
   and included as headers in every HTTP request to the Rest API easing the usage of the Authorization plugin
+* Upgrade to GDCM 3.0.4 for static builds
+
 
 Version 2.5 (2019-02-27)
 ========================
--- a/Resources/CMake/GdcmConfiguration.cmake	Thu Nov 28 15:05:32 2019 +0100
+++ b/Resources/CMake/GdcmConfiguration.cmake	Thu Jan 23 16:18:19 2020 +0100
@@ -82,8 +82,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 (*)