comparison MySQL/CMakeLists.txt @ 520:e1d3da372805 OrthancMySQL-5.2

mainline -> MySQL 5.2
author Alain Mazy <am@orthanc.team>
date Thu, 06 Jun 2024 15:12:01 +0200
parents 586b80ea397c
children
comparison
equal deleted inserted replaced
516:659e40f5d199 520:e1d3da372805
23 project(OrthancMySQL) 23 project(OrthancMySQL)
24 24
25 set(ORTHANC_PLUGIN_VERSION "5.2") 25 set(ORTHANC_PLUGIN_VERSION "5.2")
26 26
27 # This is the preferred version of the Orthanc SDK for this plugin 27 # This is the preferred version of the Orthanc SDK for this plugin
28 set(ORTHANC_SDK_DEFAULT_VERSION "1.12.4") 28 set(ORTHANC_SDK_DEFAULT_VERSION "1.12.0")
29 29
30 # This is the list of the versions of the Orthanc SDK against which 30 # This is the list of the versions of the Orthanc SDK against which
31 # this plugin will compile 31 # this plugin will compile
32 set(ORTHANC_SDK_COMPATIBLE_VERSIONS "0.9.5" "1.4.0" "1.5.2" "1.5.4" "1.9.2" "1.12.0" "1.12.3" "1.12.4") 32 set(ORTHANC_SDK_COMPATIBLE_VERSIONS "0.9.5" "1.4.0" "1.5.2" "1.5.4" "1.9.2" "1.12.0" "1.12.3" "1.12.4")
33 33