comparison OrthancStone/Resources/Orthanc/CMake/DownloadOrthancFramework.cmake @ 1913:6a65b7cb77ab

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sun, 20 Mar 2022 17:54:31 +0100
parents 7053b8a0aaec
children f6a0bf094186
comparison
equal deleted inserted replaced
1912:7947565ed2b7 1913:6a65b7cb77ab
140 set(ORTHANC_FRAMEWORK_MD5 "10fc64de1254a095e5d3ed3931f0cfbb") 140 set(ORTHANC_FRAMEWORK_MD5 "10fc64de1254a095e5d3ed3931f0cfbb")
141 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.9.6") 141 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.9.6")
142 set(ORTHANC_FRAMEWORK_MD5 "4b5d05683d747c29b2860ad79d11e62e") 142 set(ORTHANC_FRAMEWORK_MD5 "4b5d05683d747c29b2860ad79d11e62e")
143 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.9.7") 143 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.9.7")
144 set(ORTHANC_FRAMEWORK_MD5 "c912bbb860d640d3ae3003b5c9698205") 144 set(ORTHANC_FRAMEWORK_MD5 "c912bbb860d640d3ae3003b5c9698205")
145 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.10.0")
146 set(ORTHANC_FRAMEWORK_MD5 "8610c82d9153f22e929f2110f8f60279")
145 147
146 # Below this point are development snapshots that were used to 148 # Below this point are development snapshots that were used to
147 # release some plugin, before an official release of the Orthanc 149 # release some plugin, before an official release of the Orthanc
148 # framework was available. Here is the command to be used to 150 # framework was available. Here is the command to be used to
149 # generate a proper archive: 151 # generate a proper archive:
161 set(ORTHANC_FRAMEWORK_MD5 "2d82bddf06f9cfe82095495cb3b8abde") 163 set(ORTHANC_FRAMEWORK_MD5 "2d82bddf06f9cfe82095495cb3b8abde")
162 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "23ad1b9c7800") 164 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "23ad1b9c7800")
163 # For "Toolbox::ReadJson()" and "Toolbox::Write{...}Json()" (pre-1.9.0) 165 # For "Toolbox::ReadJson()" and "Toolbox::Write{...}Json()" (pre-1.9.0)
164 set(ORTHANC_FRAMEWORK_MD5 "9af92080e57c60dd288eba46ce606c00") 166 set(ORTHANC_FRAMEWORK_MD5 "9af92080e57c60dd288eba46ce606c00")
165 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "b2e08d83e21d") 167 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "b2e08d83e21d")
166 # WSI 1.1 (framework pre-1.9.8), to remove "-std=c++11" 168 # WSI 1.1 (framework pre-1.10.0), to remove "-std=c++11"
167 set(ORTHANC_FRAMEWORK_MD5 "2eaa073cbb4b44ffba199ad93393b2b1") 169 set(ORTHANC_FRAMEWORK_MD5 "2eaa073cbb4b44ffba199ad93393b2b1")
168 endif() 170 endif()
169 endif() 171 endif()
170 endif() 172 endif()
171 173