comparison Resources/Orthanc/DownloadOrthancFramework.cmake @ 25:9e3bda1134a3

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 31 Jan 2020 17:52:18 +0100
parents 2514880d4f0b
children f1ebec09b120
comparison
equal deleted inserted replaced
24:4b5362d154f5 25:9e3bda1134a3
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-2019 Osimis S.A., Belgium 4 # Copyright (C) 2017-2020 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 General Public License as 7 # modify it under the terms of the GNU General Public License as
8 # published by the Free Software Foundation, either version 3 of the 8 # published by the Free Software Foundation, either version 3 of the
9 # License, or (at your option) any later version. 9 # License, or (at your option) any later version.
108 set(ORTHANC_FRAMEWORK_MD5 "cfc437e0687ae4bd725fd93dc1f08bc4") 108 set(ORTHANC_FRAMEWORK_MD5 "cfc437e0687ae4bd725fd93dc1f08bc4")
109 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.5.6") 109 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.5.6")
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")
114 set(ORTHANC_FRAMEWORK_MD5 "82323e8c49a667f658a3639ea4dbc336")
113 endif() 115 endif()
114 endif() 116 endif()
115 endif() 117 endif()
116 else() 118 else()
117 message("Using the Orthanc framework from a path of the filesystem. Assuming mainline version.") 119 message("Using the Orthanc framework from a path of the filesystem. Assuming mainline version.")