comparison PostgreSQL/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 a8f9d44e7842
comparison
equal deleted inserted replaced
516:659e40f5d199 520:e1d3da372805
23 project(OrthancPostgreSQL) 23 project(OrthancPostgreSQL)
24 24
25 set(ORTHANC_PLUGIN_VERSION "mainline") 25 set(ORTHANC_PLUGIN_VERSION "mainline")
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.3")
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 "1.12.3" "1.12.4") 32 set(ORTHANC_SDK_COMPATIBLE_VERSIONS "1.12.3" "1.12.4")
33 33