changeset 80:83496e713a8e

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 25 Sep 2015 12:37:49 +0200
parents abdde1dfb3eb
children 3b7bab1e9ea2
files CMakeLists.txt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Fri Sep 25 12:32:37 2015 +0200
+++ b/CMakeLists.txt	Fri Sep 25 12:37:49 2015 +0200
@@ -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.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)