comparison Resources/Orthanc/CMake/DownloadOrthancFramework.cmake @ 49:9e466631660a

ugrade to Orthanc SDK 1.8.1
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 08 Dec 2020 16:30:25 +0100
parents 0f8c9ce124d6
children 23f3099bed47
comparison
equal deleted inserted replaced
48:0f8c9ce124d6 49:9e466631660a
116 set(ORTHANC_FRAMEWORK_MD5 "3f1ba9502ec7c5449971d3b56087bcde") 116 set(ORTHANC_FRAMEWORK_MD5 "3f1ba9502ec7c5449971d3b56087bcde")
117 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.7.4") 117 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.7.4")
118 set(ORTHANC_FRAMEWORK_MD5 "19fcb7c21876af86546baa048a22c6c0") 118 set(ORTHANC_FRAMEWORK_MD5 "19fcb7c21876af86546baa048a22c6c0")
119 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.8.0") 119 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.8.0")
120 set(ORTHANC_FRAMEWORK_MD5 "f8ec7554ef5d23ea4ce474b1e8214de9") 120 set(ORTHANC_FRAMEWORK_MD5 "f8ec7554ef5d23ea4ce474b1e8214de9")
121 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.8.1")
122 set(ORTHANC_FRAMEWORK_MD5 "db094f96399cbe8b9bbdbce34884c220")
121 123
122 # Below this point are development snapshots that were used to 124 # Below this point are development snapshots that were used to
123 # release some plugin, before an official release of the Orthanc 125 # release some plugin, before an official release of the Orthanc
124 # framework was available. Here is the command to be used to 126 # framework was available. Here is the command to be used to
125 # generate a proper archive: 127 # generate a proper archive:
127 # $ hg archive /tmp/Orthanc-`hg id -i | sed 's/\+//'`.tar.gz 129 # $ hg archive /tmp/Orthanc-`hg id -i | sed 's/\+//'`.tar.gz
128 # 130 #
129 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "ae0e3fd609df") 131 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "ae0e3fd609df")
130 # DICOMweb 1.1 (framework pre-1.6.0) 132 # DICOMweb 1.1 (framework pre-1.6.0)
131 set(ORTHANC_FRAMEWORK_MD5 "7e09e9b530a2f527854f0b782d7e0645") 133 set(ORTHANC_FRAMEWORK_MD5 "7e09e9b530a2f527854f0b782d7e0645")
134 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "82652c5fc04f")
135 # Stone Web viewer 1.0 (framework pre-1.8.1)
136 set(ORTHANC_FRAMEWORK_MD5 "d77331d68917e66a3f4f9b807bbdab7f")
132 endif() 137 endif()
133 endif() 138 endif()
134 endif() 139 endif()
135 140
136 elseif (ORTHANC_FRAMEWORK_SOURCE STREQUAL "path") 141 elseif (ORTHANC_FRAMEWORK_SOURCE STREQUAL "path")