comparison MySQL/CMakeLists.txt @ 69:19764fc60ade db-changes

compatibility with Orthanc SDDK 0.9.5
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 03 Jan 2019 10:07:27 +0100
parents e78d7077ee1c
children 48d445f756db
comparison
equal deleted inserted replaced
68:babc1e0eb7f2 69:19764fc60ade
77 77
78 message("Setting the version of the libraries to ${ORTHANC_PLUGIN_VERSION}") 78 message("Setting the version of the libraries to ${ORTHANC_PLUGIN_VERSION}")
79 79
80 add_definitions( 80 add_definitions(
81 -DORTHANC_PLUGIN_VERSION="${ORTHANC_PLUGIN_VERSION}" 81 -DORTHANC_PLUGIN_VERSION="${ORTHANC_PLUGIN_VERSION}"
82 -DHAS_ORTHANC_EXCEPTION=1
83 ) 82 )
84 83
85 set_target_properties(OrthancMySQLStorage PROPERTIES 84 set_target_properties(OrthancMySQLStorage PROPERTIES
86 VERSION ${ORTHANC_PLUGIN_VERSION} 85 VERSION ${ORTHANC_PLUGIN_VERSION}
87 SOVERSION ${ORTHANC_PLUGIN_VERSION} 86 SOVERSION ${ORTHANC_PLUGIN_VERSION}