# HG changeset patch # User Sebastien Jodogne # Date 1446127406 -3600 # Node ID cb277a708b487d9f3c9f31db70db70aaf3106449 # Parent 02ccb1677e91ffba2d18929c02b5b263a667de41 Upgrade to GDCM 2.6.0 for static builds diff -r 02ccb1677e91 -r cb277a708b48 NEWS --- 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) diff -r 02ccb1677e91 -r cb277a708b48 Resources/CMake/GdcmConfiguration.cmake --- 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