comparison Resources/Orthanc/CMake/DownloadOrthancFramework.cmake @ 32:3bd0ec7c5a7c

upgrade to year 2021
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 06 Jan 2021 17:58:24 +0100
parents cfeda58d0c8e
children 81262707d68e
comparison
equal deleted inserted replaced
31:cfeda58d0c8e 32:3bd0ec7c5a7c
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-2020 Osimis S.A., Belgium 4 # Copyright (C) 2017-2021 Osimis S.A., Belgium
5 # 5 #
6 # This program is free software: you can redistribute it and/or 6 # This program is free software: you can redistribute it and/or
7 # modify it under the terms of the GNU Lesser General Public License 7 # modify it under the terms of the GNU Lesser General Public License
8 # as published by the Free Software Foundation, either version 3 of 8 # as published by the Free Software Foundation, either version 3 of
9 # the License, or (at your option) any later version. 9 # the License, or (at your option) any later version.
137 # Stone Web viewer 1.0 (framework pre-1.8.1) 137 # Stone Web viewer 1.0 (framework pre-1.8.1)
138 set(ORTHANC_FRAMEWORK_MD5 "d77331d68917e66a3f4f9b807bbdab7f") 138 set(ORTHANC_FRAMEWORK_MD5 "d77331d68917e66a3f4f9b807bbdab7f")
139 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "4a3ba4bf4ba7") 139 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "4a3ba4bf4ba7")
140 # PostgreSQL 3.3 (framework pre-1.8.2) 140 # PostgreSQL 3.3 (framework pre-1.8.2)
141 set(ORTHANC_FRAMEWORK_MD5 "2d82bddf06f9cfe82095495cb3b8abde") 141 set(ORTHANC_FRAMEWORK_MD5 "2d82bddf06f9cfe82095495cb3b8abde")
142 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "23ad1b9c7800")
143 # For "Toolbox::ReadJson()" and "Toolbox::Write{...}Json()" (pre-1.9.0)
144 set(ORTHANC_FRAMEWORK_MD5 "9af92080e57c60dd288eba46ce606c00")
142 endif() 145 endif()
143 endif() 146 endif()
144 endif() 147 endif()
145 148
146 elseif (ORTHANC_FRAMEWORK_SOURCE STREQUAL "path") 149 elseif (ORTHANC_FRAMEWORK_SOURCE STREQUAL "path")