# HG changeset patch # User Sebastien Jodogne # Date 1754664884 -7200 # Node ID b3bd2e74af1f29082eb3583ff47519edafb49d51 # Parent 624172833314f50ce7f8ed9486ff593a1062cc85# Parent 934c8049a285d03e2690d3ddacbf7c108ec46824 integration mainline->inbox diff -r 624172833314 -r b3bd2e74af1f CMakeLists.txt --- a/CMakeLists.txt Fri Aug 08 15:29:09 2025 +0200 +++ b/CMakeLists.txt Fri Aug 08 16:54:44 2025 +0200 @@ -40,7 +40,7 @@ # Advanced parameters to fine-tune linking against system libraries set(USE_SYSTEM_ORTHANC_SDK ON CACHE BOOL "Use the system version of the Orthanc plugin SDK") -set(ORTHANC_SDK_VERSION "1.12.4" CACHE STRING "Version of the Orthanc plugin SDK to use, if not using the system version (can be \"1.11.3\" \"1.12.4\")") +set(ORTHANC_SDK_VERSION "1.12.4" CACHE STRING "Version of the Orthanc plugin SDK to use, if not using the system version (can be \"1.11.3\", \"1.12.4\", or \"framework\")") # Download and setup the Orthanc framework include(${CMAKE_SOURCE_DIR}/Resources/Orthanc/CMake/DownloadOrthancFramework.cmake) @@ -89,7 +89,7 @@ elseif (ORTHANC_SDK_VERSION STREQUAL "1.12.4") include_directories(${CMAKE_SOURCE_DIR}/Resources/Orthanc/Sdk-1.12.4) elseif (ORTHANC_SDK_VERSION STREQUAL "framework") - include_directories(${ORTHANC_FRAMEWORK_ROOT}/../../OrthancServer/Plugins/Include/) + include_directories(${ORTHANC_FRAMEWORK_ROOT}/../../OrthancServer/Plugins/Include) else() message(FATAL_ERROR "Unsupported version of the Orthanc plugin SDK: ${ORTHANC_SDK_VERSION}") endif()