changeset 88:cb277a708b48

Upgrade to GDCM 2.6.0 for static builds
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 29 Oct 2015 15:03:26 +0100
parents 02ccb1677e91
children bc05500ea317
files NEWS Resources/CMake/GdcmConfiguration.cmake
diffstat 2 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Wed Oct 21 10:51:37 2015 +0200
+++ b/NEWS	Thu Oct 29 15:03:26 2015 +0100
@@ -7,6 +7,7 @@
 * Use Orthanc's primitives for PNG and JPEG
 * Fix for old versions of jQuery
 * Fix possible deadlock with other plugins in OnChangeCallback()
+* Upgrade to GDCM 2.6.0 for static builds
 
 
 Version 1.2 (2015-08-02)
--- a/Resources/CMake/GdcmConfiguration.cmake	Wed Oct 21 10:51:37 2015 +0200
+++ b/Resources/CMake/GdcmConfiguration.cmake	Thu Oct 29 15:03:26 2015 +0100
@@ -44,8 +44,8 @@
 
   include(ExternalProject)
   externalproject_add(GDCM
-    URL "http://www.montefiore.ulg.ac.be/~jodogne/Orthanc/ThirdPartyDownloads/gdcm-2.4.4.tar.gz"
-    URL_MD5 "5dca87a061c536b6fa377263b7839dcb"
+    URL "http://www.montefiore.ulg.ac.be/~jodogne/Orthanc/ThirdPartyDownloads/gdcm-2.6.0.tar.gz"
+    URL_MD5 "978afe57af448b1c97c9f116790aca9c"
     CMAKE_ARGS -DCMAKE_BUILD_TYPE:STRING=${CMAKE_BUILD_TYPE} ${Flags}
     #-DLIBRARY_OUTPUT_PATH=${CMAKE_CURRENT_BINARY_DIR}
     INSTALL_COMMAND ""  # Skip the install step