comparison OrthancFramework/Resources/CMake/DownloadOrthancFramework.cmake @ 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 55e8fb8e8028
children cab8d689a9a1
comparison
equal deleted inserted replaced
4846:b2e08d83e21d 4847:5c4be6b10c11
157 # PostgreSQL 3.3 (framework pre-1.8.2) 157 # PostgreSQL 3.3 (framework pre-1.8.2)
158 set(ORTHANC_FRAMEWORK_MD5 "2d82bddf06f9cfe82095495cb3b8abde") 158 set(ORTHANC_FRAMEWORK_MD5 "2d82bddf06f9cfe82095495cb3b8abde")
159 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "23ad1b9c7800") 159 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "23ad1b9c7800")
160 # For "Toolbox::ReadJson()" and "Toolbox::Write{...}Json()" (pre-1.9.0) 160 # For "Toolbox::ReadJson()" and "Toolbox::Write{...}Json()" (pre-1.9.0)
161 set(ORTHANC_FRAMEWORK_MD5 "9af92080e57c60dd288eba46ce606c00") 161 set(ORTHANC_FRAMEWORK_MD5 "9af92080e57c60dd288eba46ce606c00")
162 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "ae0e3fd609df") 162 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "b2e08d83e21d")
163 # WSI 1.1 (framework pre-1.9.8), to remove "-std=c++11" 163 # WSI 1.1 (framework pre-1.9.8), to remove "-std=c++11"
164 set(ORTHANC_FRAMEWORK_MD5 "7a54f4ebb5b78614f987cf5e6e7b233c") 164 set(ORTHANC_FRAMEWORK_MD5 "2eaa073cbb4b44ffba199ad93393b2b1")
165 endif() 165 endif()
166 endif() 166 endif()
167 endif() 167 endif()
168 168
169 elseif (ORTHANC_FRAMEWORK_SOURCE STREQUAL "path") 169 elseif (ORTHANC_FRAMEWORK_SOURCE STREQUAL "path")