Mercurial > hg > orthanc-python
comparison Resources/Orthanc/CMake/DownloadOrthancFramework.cmake @ 107:461dfb859ac7
upgrade to Orthanc SDK 1.10.0
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 23 Feb 2022 17:45:42 +0100 |
parents | e2b2e1d4e1bb |
children | 5a60cbbe9bb0 |
comparison
equal
deleted
inserted
replaced
106:5094e2d8f043 | 107:461dfb859ac7 |
---|---|
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: |