comparison Resources/Orthanc/CMake/DownloadOrthancFramework.cmake @ 284:64bf8914f02e

sync + no more need of "-DORTHANC_FRAMEWORK_ADDITIONAL_LIBRARIES" to dynamically link against system-wide orthanc framework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 12 Jun 2021 08:49:52 +0200
parents c7dc70a0a477
children 772fa76cddf8
comparison
equal deleted inserted replaced
283:e7678a7b10bb 284:64bf8914f02e
126 set(ORTHANC_FRAMEWORK_MD5 "cea0b02ce184671eaf1bd668beefbf28") 126 set(ORTHANC_FRAMEWORK_MD5 "cea0b02ce184671eaf1bd668beefbf28")
127 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.9.1") 127 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.9.1")
128 set(ORTHANC_FRAMEWORK_MD5 "08eebc66ef93c3b40115c38501db5fbd") 128 set(ORTHANC_FRAMEWORK_MD5 "08eebc66ef93c3b40115c38501db5fbd")
129 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.9.2") 129 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.9.2")
130 set(ORTHANC_FRAMEWORK_MD5 "3ea66c09f64aca990016683b6375734e") 130 set(ORTHANC_FRAMEWORK_MD5 "3ea66c09f64aca990016683b6375734e")
131 elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.9.3")
132 set(ORTHANC_FRAMEWORK_MD5 "9b86e6f00e03278293cd15643cc0233f")
131 133
132 # Below this point are development snapshots that were used to 134 # Below this point are development snapshots that were used to
133 # release some plugin, before an official release of the Orthanc 135 # release some plugin, before an official release of the Orthanc
134 # framework was available. Here is the command to be used to 136 # framework was available. Here is the command to be used to
135 # generate a proper archive: 137 # generate a proper archive: