comparison CMakeLists.txt @ 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 1dccd526d799
comparison
equal deleted inserted replaced
110:fdd94c241452 111:2cec44cc8c45
57 include(${CMAKE_SOURCE_DIR}/Resources/CMake/JavaScriptLibraries.cmake) 57 include(${CMAKE_SOURCE_DIR}/Resources/CMake/JavaScriptLibraries.cmake)
58 58
59 59
60 # Check that the Orthanc SDK headers are available or download them 60 # Check that the Orthanc SDK headers are available or download them
61 if (STATIC_BUILD OR NOT USE_SYSTEM_ORTHANC_SDK) 61 if (STATIC_BUILD OR NOT USE_SYSTEM_ORTHANC_SDK)
62 include_directories(${ORTHANC_ROOT}/Sdk-0.9.4) 62 include_directories(${ORTHANC_ROOT}/Sdk-0.9.5)
63 else () 63 else ()
64 CHECK_INCLUDE_FILE_CXX(orthanc/OrthancCPlugin.h HAVE_ORTHANC_H) 64 CHECK_INCLUDE_FILE_CXX(orthanc/OrthancCPlugin.h HAVE_ORTHANC_H)
65 if (NOT HAVE_ORTHANC_H) 65 if (NOT HAVE_ORTHANC_H)
66 message(FATAL_ERROR "Please install the headers of the Orthanc plugins SDK") 66 message(FATAL_ERROR "Please install the headers of the Orthanc plugins SDK")
67 endif() 67 endif()