comparison Resources/DownloadOrthancFramework.cmake @ 3786:3801435e34a1 SylvainRouquette/fix-issue169-95b752c

integration Orthanc-1.6.0->SylvainRouquette
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 19 Mar 2020 11:48:30 +0100
parents 914f783ef085
children df69a5fdc836
comparison
equal deleted inserted replaced
3785:763533d6dd67 3786:3801435e34a1
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")
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")
113 endif() 126 endif()
114 endif() 127 endif()
115 endif() 128 endif()
116 else() 129 else()
117 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.")