Mercurial > hg > orthanc-webviewer
changeset 111:2cec44cc8c45 OrthancWebViewer-2.0
fix
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 02 Dec 2015 17:04:59 +0100 |
parents | fdd94c241452 |
children | 4d36137ffd7a 789338392fd6 |
files | CMakeLists.txt |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)