Mercurial > hg > orthanc-dicomweb
changeset 69:18e81d8a27c7
fix
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 25 Sep 2015 14:53:23 +0200 |
parents | 2051956760e5 |
children | 562f792b1697 |
files | CMakeLists.txt |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)