comparison CMakeLists.txt @ 15:e252d740436f

upgraded to sdk 1.3.1
author amazy
date Fri, 09 Mar 2018 10:29:15 +0100
parents 9ea9032050c7
children 5cb4e0ed488d
comparison
equal deleted inserted replaced
14:9ea9032050c7 15:e252d740436f
45 include(${ORTHANC_ROOT}/Resources/CMake/JsonCppConfiguration.cmake) 45 include(${ORTHANC_ROOT}/Resources/CMake/JsonCppConfiguration.cmake)
46 46
47 47
48 # Check that the Orthanc SDK headers are available 48 # Check that the Orthanc SDK headers are available
49 if (STATIC_BUILD OR NOT USE_SYSTEM_ORTHANC_SDK) 49 if (STATIC_BUILD OR NOT USE_SYSTEM_ORTHANC_SDK)
50 include_directories(${ORTHANC_ROOT}/Sdk-1.1.0) 50 include_directories(${ORTHANC_ROOT}/Sdk-1.3.1)
51 else () 51 else ()
52 CHECK_INCLUDE_FILE_CXX(orthanc/OrthancCPlugin.h HAVE_ORTHANC_H) 52 CHECK_INCLUDE_FILE_CXX(orthanc/OrthancCPlugin.h HAVE_ORTHANC_H)
53 if (NOT HAVE_ORTHANC_H) 53 if (NOT HAVE_ORTHANC_H)
54 message(FATAL_ERROR "Please install the headers of the Orthanc plugins SDK") 54 message(FATAL_ERROR "Please install the headers of the Orthanc plugins SDK")
55 endif() 55 endif()