# HG changeset patch # User Sebastien Jodogne # Date 1443177469 -7200 # Node ID 83496e713a8e28c6702458f591f4617963c1eab9 # Parent abdde1dfb3eb10aba937597673ab2b3471423c59 fix diff -r abdde1dfb3eb -r 83496e713a8e CMakeLists.txt --- a/CMakeLists.txt Fri Sep 25 12:32:37 2015 +0200 +++ b/CMakeLists.txt Fri Sep 25 12:37:49 2015 +0200 @@ -59,7 +59,7 @@ # Check that the Orthanc SDK headers are available or download them 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)