comparison Odbc/CMakeLists.txt @ 519:586b80ea397c default

back to previous default SDK since 1.12.4 is not required for plugin name logging
author Alain Mazy <am@orthanc.team>
date Thu, 06 Jun 2024 14:43:38 +0200
parents 51a78b3f96bb
children
comparison
equal deleted inserted replaced
518:e3102bad13a4 519:586b80ea397c
23 project(OrthancOdbc) 23 project(OrthancOdbc)
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.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