Mercurial > hg > orthanc
comparison Resources/DownloadOrthancFramework.cmake @ 3718:922c56b76edc storage-commitment
integration mainline->storage-commitment
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 04 Mar 2020 16:03:40 +0100 |
parents | 914f783ef085 |
children | df69a5fdc836 |
comparison
equal
deleted
inserted
replaced
3715:0504cc83486a | 3718:922c56b76edc |
---|---|
110 set(ORTHANC_FRAMEWORK_MD5 "3c29de1e289b5472342947168f0105c0") | 110 set(ORTHANC_FRAMEWORK_MD5 "3c29de1e289b5472342947168f0105c0") |
111 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.5.7") | 111 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.5.7") |
112 set(ORTHANC_FRAMEWORK_MD5 "e1b76f01116d9b5d4ac8cc39980560e3") | 112 set(ORTHANC_FRAMEWORK_MD5 "e1b76f01116d9b5d4ac8cc39980560e3") |
113 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.5.8") | 113 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.5.8") |
114 set(ORTHANC_FRAMEWORK_MD5 "82323e8c49a667f658a3639ea4dbc336") | 114 set(ORTHANC_FRAMEWORK_MD5 "82323e8c49a667f658a3639ea4dbc336") |
115 | |
116 # Below this point are development snapshots that were used to | |
117 # release some plugin, before an official release of the Orthanc | |
118 # framework was available. Here is the command to be used to | |
119 # generate a proper archive: | |
120 # | |
121 # $ hg archive /tmp/Orthanc-`hg id -i | sed 's/\+//'`.tar.gz | |
122 # | |
123 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "ae0e3fd609df") | |
124 # DICOMweb 1.1 (framework pre-1.6.0) | |
125 set(ORTHANC_FRAMEWORK_MD5 "7e09e9b530a2f527854f0b782d7e0645") | |
115 endif() | 126 endif() |
116 endif() | 127 endif() |
117 endif() | 128 endif() |
118 else() | 129 else() |
119 message("Using the Orthanc framework from a path of the filesystem. Assuming mainline version.") | 130 message("Using the Orthanc framework from a path of the filesystem. Assuming mainline version.") |