Mercurial > hg > orthanc-python
comparison Resources/Orthanc/CMake/DownloadOrthancFramework.cmake @ 48:0f8c9ce124d6
sync
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 06 Nov 2020 17:56:55 +0100 |
parents | 3e2ff3616e57 |
children | 9e466631660a |
comparison
equal
deleted
inserted
replaced
47:42de8b600c0c | 48:0f8c9ce124d6 |
---|---|
110 set(ORTHANC_FRAMEWORK_MD5 "ce5f689e852b01d3672bd3d2f952a5ef") | 110 set(ORTHANC_FRAMEWORK_MD5 "ce5f689e852b01d3672bd3d2f952a5ef") |
111 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.7.1") | 111 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.7.1") |
112 set(ORTHANC_FRAMEWORK_MD5 "3c171217f930abe80246997bdbcaf7cc") | 112 set(ORTHANC_FRAMEWORK_MD5 "3c171217f930abe80246997bdbcaf7cc") |
113 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.7.2") | 113 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.7.2") |
114 set(ORTHANC_FRAMEWORK_MD5 "328f94dcbd78c169655a13f7ad58a2c2") | 114 set(ORTHANC_FRAMEWORK_MD5 "328f94dcbd78c169655a13f7ad58a2c2") |
115 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.7.3") | |
116 set(ORTHANC_FRAMEWORK_MD5 "3f1ba9502ec7c5449971d3b56087bcde") | |
117 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.7.4") | |
118 set(ORTHANC_FRAMEWORK_MD5 "19fcb7c21876af86546baa048a22c6c0") | |
119 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.8.0") | |
120 set(ORTHANC_FRAMEWORK_MD5 "f8ec7554ef5d23ea4ce474b1e8214de9") | |
115 | 121 |
116 # Below this point are development snapshots that were used to | 122 # Below this point are development snapshots that were used to |
117 # release some plugin, before an official release of the Orthanc | 123 # release some plugin, before an official release of the Orthanc |
118 # framework was available. Here is the command to be used to | 124 # framework was available. Here is the command to be used to |
119 # generate a proper archive: | 125 # generate a proper archive: |