comparison Resources/Orthanc/CMake/DownloadOrthancFramework.cmake @ 70:3f43bfbea00e

fix deprecated calls
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 22 Mar 2024 15:37:40 +0100
parents 2f162e8b19ba
children 1e396fb509ca
comparison
equal deleted inserted replaced
69:7cd9be8b8594 70:3f43bfbea00e
1 # Orthanc - A Lightweight, RESTful DICOM Store 1 # Orthanc - A Lightweight, RESTful DICOM Store
2 # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics 2 # Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
3 # Department, University Hospital of Liege, Belgium 3 # Department, University Hospital of Liege, Belgium
4 # Copyright (C) 2017-2023 Osimis S.A., Belgium 4 # Copyright (C) 2017-2024 Osimis S.A., Belgium
5 # Copyright (C) 2021-2023 Sebastien Jodogne, ICTEAM UCLouvain, Belgium 5 # Copyright (C) 2021-2024 Sebastien Jodogne, ICTEAM UCLouvain, Belgium
6 # 6 #
7 # This program is free software: you can redistribute it and/or 7 # This program is free software: you can redistribute it and/or
8 # modify it under the terms of the GNU Lesser General Public License 8 # modify it under the terms of the GNU Lesser General Public License
9 # as published by the Free Software Foundation, either version 3 of 9 # as published by the Free Software Foundation, either version 3 of
10 # the License, or (at your option) any later version. 10 # the License, or (at your option) any later version.
156 set(ORTHANC_FRAMEWORK_MD5 "f941c0f5771db7616e7b7961026a60e2") 156 set(ORTHANC_FRAMEWORK_MD5 "f941c0f5771db7616e7b7961026a60e2")
157 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.12.0") 157 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.12.0")
158 set(ORTHANC_FRAMEWORK_MD5 "d32a0cde03b6eb603d8dd2b33d38bf1b") 158 set(ORTHANC_FRAMEWORK_MD5 "d32a0cde03b6eb603d8dd2b33d38bf1b")
159 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.12.1") 159 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.12.1")
160 set(ORTHANC_FRAMEWORK_MD5 "8a435140efc8ff4a01d8242f092f21de") 160 set(ORTHANC_FRAMEWORK_MD5 "8a435140efc8ff4a01d8242f092f21de")
161 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.12.2")
162 set(ORTHANC_FRAMEWORK_MD5 "d2476b9e796e339ac320b5333489bdb3")
163 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.12.3")
164 set(ORTHANC_FRAMEWORK_MD5 "975f5bf2142c22cb1777b4f6a0a614c5")
161 165
162 # Below this point are development snapshots that were used to 166 # Below this point are development snapshots that were used to
163 # release some plugin, before an official release of the Orthanc 167 # release some plugin, before an official release of the Orthanc
164 # framework was available. Here is the command to be used to 168 # framework was available. Here is the command to be used to
165 # generate a proper archive: 169 # generate a proper archive:
187 set(ORTHANC_FRAMEWORK_PRE_RELEASE ON) 191 set(ORTHANC_FRAMEWORK_PRE_RELEASE ON)
188 set(ORTHANC_FRAMEWORK_MD5 "2eaa073cbb4b44ffba199ad93393b2b1") 192 set(ORTHANC_FRAMEWORK_MD5 "2eaa073cbb4b44ffba199ad93393b2b1")
189 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "daf4807631c5") 193 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "daf4807631c5")
190 # DICOMweb 1.15 (framework pre-1.12.2) 194 # DICOMweb 1.15 (framework pre-1.12.2)
191 set(ORTHANC_FRAMEWORK_PRE_RELEASE ON) 195 set(ORTHANC_FRAMEWORK_PRE_RELEASE ON)
192 set(ORTHANC_FRAMEWORK_MD5 "c644aff2817306b3207c98c92e43f35f") 196 set(ORTHANC_FRAMEWORK_MD5 "ebe8bdf388319f1c9536b2b680451848")
193 endif() 197 endif()
194 endif() 198 endif()
195 endif() 199 endif()
196 200
197 elseif (ORTHANC_FRAMEWORK_SOURCE STREQUAL "path") 201 elseif (ORTHANC_FRAMEWORK_SOURCE STREQUAL "path")