comparison PostgreSQL/CMakeLists.txt @ 287:772fa76cddf8

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 28 Jun 2021 15:04:23 +0200
parents 64bf8914f02e
children 11641063ddb2
comparison
equal deleted inserted replaced
286:eb03551d3a5f 287:772fa76cddf8
9 9
10 if (ORTHANC_PLUGIN_VERSION STREQUAL "mainline") 10 if (ORTHANC_PLUGIN_VERSION STREQUAL "mainline")
11 set(ORTHANC_FRAMEWORK_VERSION "mainline") 11 set(ORTHANC_FRAMEWORK_VERSION "mainline")
12 set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "hg") 12 set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "hg")
13 else() 13 else()
14 set(ORTHANC_FRAMEWORK_VERSION "1.9.3") 14 set(ORTHANC_FRAMEWORK_VERSION "1.9.4")
15 set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "web") 15 set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "web")
16 endif() 16 endif()
17 17
18 set(ENABLE_SSL ON) 18 set(ENABLE_SSL ON)
19 include(${CMAKE_SOURCE_DIR}/../Resources/CMake/DatabasesPluginParameters.cmake) 19 include(${CMAKE_SOURCE_DIR}/../Resources/CMake/DatabasesPluginParameters.cmake)