comparison Resources/DownloadOrthancFramework.cmake @ 3717:914f783ef085

development snapshot of the Orthanc framework for DICOMweb 1.1
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 04 Mar 2020 10:13:34 +0100
parents 94f4a18a79cc
children df69a5fdc836
comparison
equal deleted inserted replaced
3716:ae0e3fd609df 3717:914f783ef085
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.")