Mercurial > hg > orthanc-webviewer
changeset 212:a8c1d1fb478b
Upgrade to GDCM 2.8.8 for static builds
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Sat, 23 Feb 2019 18:18:06 +0100 |
parents | b7228dddb378 |
children | d200cfd84b46 |
files | NEWS Resources/CMake/GdcmConfiguration.cmake |
diffstat | 2 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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) ========================
--- 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 (*)