changeset 89:ef6377c0a926

fix build
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 30 Jul 2026 14:30:15 +0200
parents 485e749cc2f0
children 3a6a279a8ff9
files CMakeLists.txt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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()