comparison Resources/CMake/DatabasesPluginConfiguration.cmake @ 46:6a574d810b98

Compatibility with MySQL 8.0
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 18 Jul 2018 12:27:40 +0200
parents c0cb5d2cd696
children e78d7077ee1c 714c5d2bee76
comparison
equal deleted inserted replaced
44:95f0f57f8920 46:6a574d810b98
31 include_directories(${ORTHANC_ROOT}/Plugins/Include) 31 include_directories(${ORTHANC_ROOT}/Plugins/Include)
32 else() 32 else()
33 message(FATAL_ERROR "Unsupported version of the Orthanc plugin SDK: ${ORTHANC_SDK_VERSION}") 33 message(FATAL_ERROR "Unsupported version of the Orthanc plugin SDK: ${ORTHANC_SDK_VERSION}")
34 endif() 34 endif()
35 else () 35 else ()
36 CHECK_INCLUDE_FILE_CXX(orthanc/OrthancCppDatabasePlugin.h HAVE_ORTHANC_H) 36 CHECK_INCLUDE_FILE_CXX(orthanc/OrthancCDatabasePlugin.h HAVE_ORTHANC_H)
37 if (NOT HAVE_ORTHANC_H) 37 if (NOT HAVE_ORTHANC_H)
38 message(FATAL_ERROR "Please install the headers of the Orthanc plugins SDK") 38 message(FATAL_ERROR "Please install the headers of the Orthanc plugins SDK")
39 endif() 39 endif()
40 endif() 40 endif()
41 41