# HG changeset patch # User Sebastien Jodogne # Date 1467041634 -7200 # Node ID 3ae1a49bfc52aef8467a65f9402cd36df4414ba4 # Parent 57632586ecc6da96f63c3b6bb2f86893b495308e stick to Orthanc 1.1.0 diff -r 57632586ecc6 -r 3ae1a49bfc52 CMakeLists.txt --- a/CMakeLists.txt Mon Jun 27 17:20:52 2016 +0200 +++ b/CMakeLists.txt Mon Jun 27 17:33:54 2016 +0200 @@ -59,7 +59,7 @@ if (STATIC_BUILD OR NOT USE_SYSTEM_ORTHANC_SDK) - include_directories(${ORTHANC_ROOT}/Sdk-mainline) + include_directories(${ORTHANC_ROOT}/Sdk-1.1.0) else () CHECK_INCLUDE_FILE_CXX(orthanc/OrthancCPlugin.h HAVE_ORTHANC_H) if (NOT HAVE_ORTHANC_H) diff -r 57632586ecc6 -r 3ae1a49bfc52 Resources/SyncOrthancFolder.py --- a/Resources/SyncOrthancFolder.py Mon Jun 27 17:20:52 2016 +0200 +++ b/Resources/SyncOrthancFolder.py Mon Jun 27 17:33:54 2016 +0200 @@ -12,7 +12,7 @@ import uuid TARGET = os.path.join(os.path.dirname(__file__), '..', 'Orthanc') -PLUGIN_SDK_VERSION = 'mainline' +PLUGIN_SDK_VERSION = '1.1.0' REPOSITORY = 'https://bitbucket.org/sjodogne/orthanc/raw' FILES = [