# HG changeset patch # User Sebastien Jodogne # Date 1785414615 -7200 # Node ID ef6377c0a926640de09b0282ab5122c4952b36b4 # Parent 485e749cc2f0ded9ccc3a69d7dff8d389f15ffb2 fix build diff -r 485e749cc2f0 -r ef6377c0a926 CMakeLists.txt --- a/CMakeLists.txt Thu Jul 30 13:43:30 2026 +0200 +++ b/CMakeLists.txt Thu Jul 30 14:30:15 2026 +0200 @@ -117,7 +117,7 @@ # Check that the Orthanc SDK headers are available if (STATIC_BUILD OR NOT USE_SYSTEM_ORTHANC_SDK) if (ORTHANC_SDK_VERSION STREQUAL "1.12.9") - include_directories(${CMAKE_SOURCE_DIR}/../Resources/Orthanc/Sdk-1.12.9) + include_directories(${CMAKE_SOURCE_DIR}/Resources/Orthanc/Sdk-1.12.9) elseif (ORTHANC_SDK_VERSION STREQUAL "framework") include_directories(${ORTHANC_FRAMEWORK_ROOT}/../../OrthancServer/Plugins/Include/) else()