comparison Resources/CMake/DatabasesPluginConfiguration.cmake @ 462:bba27bbef7e0

use Orthanc SDK 1.12.3
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 31 Jan 2024 14:24:42 +0100
parents ecd0b719cff5
children e8b4bb6a33e7
comparison
equal deleted inserted replaced
459:ecd0b719cff5 462:bba27bbef7e0
34 set(ORTHANC_SDK_ROOT ${ORTHANC_DATABASES_ROOT}/Resources/Orthanc/Sdk-1.5.4) 34 set(ORTHANC_SDK_ROOT ${ORTHANC_DATABASES_ROOT}/Resources/Orthanc/Sdk-1.5.4)
35 elseif (ORTHANC_SDK_VERSION STREQUAL "1.9.2") 35 elseif (ORTHANC_SDK_VERSION STREQUAL "1.9.2")
36 set(ORTHANC_SDK_ROOT ${ORTHANC_DATABASES_ROOT}/Resources/Orthanc/Sdk-1.9.2) 36 set(ORTHANC_SDK_ROOT ${ORTHANC_DATABASES_ROOT}/Resources/Orthanc/Sdk-1.9.2)
37 elseif (ORTHANC_SDK_VERSION STREQUAL "1.12.0") 37 elseif (ORTHANC_SDK_VERSION STREQUAL "1.12.0")
38 set(ORTHANC_SDK_ROOT ${ORTHANC_DATABASES_ROOT}/Resources/Orthanc/Sdk-1.12.0) 38 set(ORTHANC_SDK_ROOT ${ORTHANC_DATABASES_ROOT}/Resources/Orthanc/Sdk-1.12.0)
39 elseif (ORTHANC_SDK_VERSION STREQUAL "1.12.3")
40 set(ORTHANC_SDK_ROOT ${ORTHANC_DATABASES_ROOT}/Resources/Orthanc/Sdk-1.12.3)
39 elseif (ORTHANC_SDK_VERSION STREQUAL "framework") 41 elseif (ORTHANC_SDK_VERSION STREQUAL "framework")
40 set(tmp ${ORTHANC_FRAMEWORK_ROOT}/../../OrthancServer/Plugins/Include/) 42 set(tmp ${ORTHANC_FRAMEWORK_ROOT}/../../OrthancServer/Plugins/Include/)
41 message(${tmp}) 43 message(${tmp})
42 if (NOT EXISTS ${tmp}/orthanc/OrthancCDatabasePlugin.h) 44 if (NOT EXISTS ${tmp}/orthanc/OrthancCDatabasePlugin.h)
43 message(FATAL_ERROR "Your copy of the Orthanc framework doesn't contain the Orthanc plugin SDK") 45 message(FATAL_ERROR "Your copy of the Orthanc framework doesn't contain the Orthanc plugin SDK")