Mercurial > hg > orthanc-dicomweb
changeset 74:c735628b9ae7
Upgrade to GDCM 2.6.0 for static and Windows builds
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 29 Oct 2015 15:06:44 +0100 |
parents | bfa7ed27ede9 |
children | 3cc0c30da5ea |
files | NEWS Resources/CMake/GdcmConfiguration.cmake |
diffstat | 2 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/NEWS Tue Oct 20 17:47:12 2015 +0200 +++ b/NEWS Thu Oct 29 15:06:44 2015 +0100 @@ -4,6 +4,7 @@ => Minimum SDK version: 0.9.4 <= +* Upgrade to GDCM 2.6.0 for static and Windows builds @@ -24,7 +25,7 @@ * Support of Visual Studio 2008 * Support of FreeBSD * Support of OS X -* Update to Boost 1.58.0 for static and Windows builds +* Upgrade to Boost 1.58.0 for static and Windows builds 2015/03/13
--- a/Resources/CMake/GdcmConfiguration.cmake Tue Oct 20 17:47:12 2015 +0200 +++ b/Resources/CMake/GdcmConfiguration.cmake Thu Oct 29 15:06:44 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