# HG changeset patch # User Sebastien Jodogne # Date 1443185603 -7200 # Node ID 18e81d8a27c768ca4370e0dfead060ce835742b2 # Parent 2051956760e55100813e5a95eec91d75ab815fc7 fix diff -r 2051956760e5 -r 18e81d8a27c7 CMakeLists.txt --- a/CMakeLists.txt Fri Sep 25 14:51:51 2015 +0200 +++ b/CMakeLists.txt Fri Sep 25 14:53:23 2015 +0200 @@ -59,7 +59,7 @@ if (STATIC_BUILD OR NOT USE_SYSTEM_ORTHANC_SDK) - include_directories(${ORTHANC_ROOT}/Sdk-0.9.1) + include_directories(${ORTHANC_ROOT}/Sdk-0.9.4) else () CHECK_INCLUDE_FILE_CXX(orthanc/OrthancCPlugin.h HAVE_ORTHANC_H) if (NOT HAVE_ORTHANC_H)