comparison Resources/CMake/DatabasesPluginParameters.cmake @ 123:121ab36c87bd

updating to Orthanc SDK 1.5.4
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 08 Feb 2019 17:41:38 +0100
parents badc89b06477
children 4cd7e45b671e
comparison
equal deleted inserted replaced
121:0886da5b4816 123:121ab36c87bd
23 set(ORTHANC_FRAMEWORK_ARCHIVE "" CACHE STRING "Path to the Orthanc archive, if ORTHANC_FRAMEWORK_SOURCE is \"archive\"") 23 set(ORTHANC_FRAMEWORK_ARCHIVE "" CACHE STRING "Path to the Orthanc archive, if ORTHANC_FRAMEWORK_SOURCE is \"archive\"")
24 set(ORTHANC_FRAMEWORK_ROOT "" CACHE STRING "Path to the Orthanc source directory, if ORTHANC_FRAMEWORK_SOURCE is \"path\"") 24 set(ORTHANC_FRAMEWORK_ROOT "" CACHE STRING "Path to the Orthanc source directory, if ORTHANC_FRAMEWORK_SOURCE is \"path\"")
25 25
26 # Advanced parameters to fine-tune linking against system libraries 26 # Advanced parameters to fine-tune linking against system libraries
27 set(USE_SYSTEM_ORTHANC_SDK ON CACHE BOOL "Use the system version of the Orthanc plugin SDK") 27 set(USE_SYSTEM_ORTHANC_SDK ON CACHE BOOL "Use the system version of the Orthanc plugin SDK")
28 set(ORTHANC_SDK_VERSION "1.5.2" CACHE STRING "Version of the Orthanc plugin SDK to use, if not using the system version (can be \"0.9.5\", \"1.4.0\", \"1.5.2\" or \"framework\")") 28 set(ORTHANC_SDK_VERSION "1.5.4" CACHE STRING "Version of the Orthanc plugin SDK to use, if not using the system version (can be \"0.9.5\", \"1.4.0\", \"1.5.2\", \"1.5.4\" or \"framework\")")
29 29
30 include(${CMAKE_CURRENT_LIST_DIR}/DatabasesFrameworkParameters.cmake) 30 include(${CMAKE_CURRENT_LIST_DIR}/DatabasesFrameworkParameters.cmake)
31 31
32 set(ENABLE_GOOGLE_TEST ON) 32 set(ENABLE_GOOGLE_TEST ON)
33 set(HAS_EMBEDDED_RESOURCES ON) 33 set(HAS_EMBEDDED_RESOURCES ON)