Mercurial > hg > orthanc-dicomweb
changeset 146:3ae1a49bfc52
stick to Orthanc 1.1.0
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 27 Jun 2016 17:33:54 +0200 |
parents | 57632586ecc6 |
children | 2be61ff11c91 |
files | CMakeLists.txt Resources/SyncOrthancFolder.py |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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)
--- 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 = [