# HG changeset patch # User Sebastien Jodogne # Date 1449072299 -3600 # Node ID 2cec44cc8c45676104ecff1c245a38c44a5bcd42 # Parent fdd94c241452769629bc10ab80d34b7804d0ae75 fix diff -r fdd94c241452 -r 2cec44cc8c45 CMakeLists.txt --- a/CMakeLists.txt Wed Dec 02 16:55:59 2015 +0100 +++ b/CMakeLists.txt Wed Dec 02 17:04:59 2015 +0100 @@ -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.4) + include_directories(${ORTHANC_ROOT}/Sdk-0.9.5) else () CHECK_INCLUDE_FILE_CXX(orthanc/OrthancCPlugin.h HAVE_ORTHANC_H) if (NOT HAVE_ORTHANC_H)