comparison OrthancFramework/Resources/CMake/DownloadOrthancFramework.cmake @ 4902:df86d2505df8

Orthanc 1.9.8 is now known as Orthanc 1.10.0
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sun, 20 Feb 2022 16:57:43 +0100
parents 43e613a7756b
children 1aea0b217f70
comparison
equal deleted inserted replaced
4901:0bb73ef7cf07 4902:df86d2505df8
161 set(ORTHANC_FRAMEWORK_MD5 "2d82bddf06f9cfe82095495cb3b8abde") 161 set(ORTHANC_FRAMEWORK_MD5 "2d82bddf06f9cfe82095495cb3b8abde")
162 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "23ad1b9c7800") 162 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "23ad1b9c7800")
163 # For "Toolbox::ReadJson()" and "Toolbox::Write{...}Json()" (pre-1.9.0) 163 # For "Toolbox::ReadJson()" and "Toolbox::Write{...}Json()" (pre-1.9.0)
164 set(ORTHANC_FRAMEWORK_MD5 "9af92080e57c60dd288eba46ce606c00") 164 set(ORTHANC_FRAMEWORK_MD5 "9af92080e57c60dd288eba46ce606c00")
165 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "b2e08d83e21d") 165 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "b2e08d83e21d")
166 # WSI 1.1 (framework pre-1.9.8), to remove "-std=c++11" 166 # WSI 1.1 (framework pre-1.10.0), to remove "-std=c++11"
167 set(ORTHANC_FRAMEWORK_MD5 "2eaa073cbb4b44ffba199ad93393b2b1") 167 set(ORTHANC_FRAMEWORK_MD5 "2eaa073cbb4b44ffba199ad93393b2b1")
168 endif() 168 endif()
169 endif() 169 endif()
170 endif() 170 endif()
171 171