Mercurial > hg > orthanc-stone
comparison OrthancStone/Resources/Orthanc/CMake/DownloadOrthancFramework.cmake @ 1841:6f82cd776cf6
sync
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 24 Jun 2021 13:53:33 +0200 |
parents | b05d5f0d014f |
children | 0830db74be6b |
comparison
equal
deleted
inserted
replaced
1840:c01ed7a7c11f | 1841:6f82cd776cf6 |
---|---|
128 set(ORTHANC_FRAMEWORK_MD5 "08eebc66ef93c3b40115c38501db5fbd") | 128 set(ORTHANC_FRAMEWORK_MD5 "08eebc66ef93c3b40115c38501db5fbd") |
129 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.9.2") | 129 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.9.2") |
130 set(ORTHANC_FRAMEWORK_MD5 "3ea66c09f64aca990016683b6375734e") | 130 set(ORTHANC_FRAMEWORK_MD5 "3ea66c09f64aca990016683b6375734e") |
131 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.9.3") | 131 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.9.3") |
132 set(ORTHANC_FRAMEWORK_MD5 "9b86e6f00e03278293cd15643cc0233f") | 132 set(ORTHANC_FRAMEWORK_MD5 "9b86e6f00e03278293cd15643cc0233f") |
133 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.9.4") | |
134 set(ORTHANC_FRAMEWORK_MD5 "6d5ca4a73ac7d42445041ca79de1624d") | |
133 | 135 |
134 # Below this point are development snapshots that were used to | 136 # Below this point are development snapshots that were used to |
135 # release some plugin, before an official release of the Orthanc | 137 # release some plugin, before an official release of the Orthanc |
136 # framework was available. Here is the command to be used to | 138 # framework was available. Here is the command to be used to |
137 # generate a proper archive: | 139 # generate a proper archive: |