Mercurial > hg > orthanc
changeset 4847:5c4be6b10c11
fix tag for pre-release of the Orthanc framework for WSI 1.1
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Sat, 11 Dec 2021 15:45:17 +0100 |
parents | b2e08d83e21d |
children | cab8d689a9a1 |
files | OrthancFramework/Resources/CMake/DownloadOrthancFramework.cmake |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/OrthancFramework/Resources/CMake/DownloadOrthancFramework.cmake Sat Dec 11 11:33:15 2021 +0100 +++ b/OrthancFramework/Resources/CMake/DownloadOrthancFramework.cmake Sat Dec 11 15:45:17 2021 +0100 @@ -159,9 +159,9 @@ elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "23ad1b9c7800") # For "Toolbox::ReadJson()" and "Toolbox::Write{...}Json()" (pre-1.9.0) set(ORTHANC_FRAMEWORK_MD5 "9af92080e57c60dd288eba46ce606c00") - elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "ae0e3fd609df") + elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "b2e08d83e21d") # WSI 1.1 (framework pre-1.9.8), to remove "-std=c++11" - set(ORTHANC_FRAMEWORK_MD5 "7a54f4ebb5b78614f987cf5e6e7b233c") + set(ORTHANC_FRAMEWORK_MD5 "2eaa073cbb4b44ffba199ad93393b2b1") endif() endif() endif()