comparison OrthancFramework/Resources/CMake/DownloadOrthancFramework.cmake @ 4844:55e8fb8e8028

tagging a pre-release of the Orthanc framework for WSI 1.1
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 07 Dec 2021 14:01:17 +0100
parents 044573b90881
children 5c4be6b10c11
comparison
equal deleted inserted replaced
4843:93ef0342850e 4844:55e8fb8e8028
157 # PostgreSQL 3.3 (framework pre-1.8.2) 157 # PostgreSQL 3.3 (framework pre-1.8.2)
158 set(ORTHANC_FRAMEWORK_MD5 "2d82bddf06f9cfe82095495cb3b8abde") 158 set(ORTHANC_FRAMEWORK_MD5 "2d82bddf06f9cfe82095495cb3b8abde")
159 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "23ad1b9c7800") 159 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "23ad1b9c7800")
160 # For "Toolbox::ReadJson()" and "Toolbox::Write{...}Json()" (pre-1.9.0) 160 # For "Toolbox::ReadJson()" and "Toolbox::Write{...}Json()" (pre-1.9.0)
161 set(ORTHANC_FRAMEWORK_MD5 "9af92080e57c60dd288eba46ce606c00") 161 set(ORTHANC_FRAMEWORK_MD5 "9af92080e57c60dd288eba46ce606c00")
162 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "ae0e3fd609df")
163 # WSI 1.1 (framework pre-1.9.8), to remove "-std=c++11"
164 set(ORTHANC_FRAMEWORK_MD5 "7a54f4ebb5b78614f987cf5e6e7b233c")
162 endif() 165 endif()
163 endif() 166 endif()
164 endif() 167 endif()
165 168
166 elseif (ORTHANC_FRAMEWORK_SOURCE STREQUAL "path") 169 elseif (ORTHANC_FRAMEWORK_SOURCE STREQUAL "path")