comparison PostgreSQL/CMakeLists.txt @ 511:51a78b3f96bb OrthancMySQL-5.2

use Framework 1.12.4 by default
author Alain Mazy <am@orthanc.team>
date Thu, 06 Jun 2024 11:55:22 +0200
parents 54d518dcd74a
children 586b80ea397c
comparison
equal deleted inserted replaced
510:51c61a2bb48a 511:51a78b3f96bb
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.3") 28 set(ORTHANC_SDK_DEFAULT_VERSION "1.12.4")
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") 32 set(ORTHANC_SDK_COMPATIBLE_VERSIONS "1.12.3" "1.12.4")
33 33
34 # This is the minimal version of the Orthanc runtime that will provide 34 # This is the minimal version of the Orthanc runtime that will provide
35 # best performance. If the version of the Orthanc runtime is below 35 # best performance. If the version of the Orthanc runtime is below
36 # this minimal version, a warning message will be printed (but the 36 # this minimal version, a warning message will be printed (but the
37 # plugin will still start). 37 # plugin will still start).
41 41
42 if (ORTHANC_PLUGIN_VERSION STREQUAL "mainline") 42 if (ORTHANC_PLUGIN_VERSION STREQUAL "mainline")
43 set(ORTHANC_FRAMEWORK_VERSION "mainline") 43 set(ORTHANC_FRAMEWORK_VERSION "mainline")
44 set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "hg") 44 set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "hg")
45 else() 45 else()
46 set(ORTHANC_FRAMEWORK_VERSION "1.12.3") 46 set(ORTHANC_FRAMEWORK_VERSION "1.12.4")
47 set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "web") 47 set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "web")
48 endif() 48 endif()
49 49
50 set(ENABLE_SSL ON) 50 set(ENABLE_SSL ON)
51 include(${CMAKE_SOURCE_DIR}/../Resources/CMake/DatabasesPluginParameters.cmake) 51 include(${CMAKE_SOURCE_DIR}/../Resources/CMake/DatabasesPluginParameters.cmake)