comparison SQLite/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 5571a6554db0
comparison
equal deleted inserted replaced
68:babc1e0eb7f2 69:19764fc60ade
33 33
34 message("Setting the version of the libraries to ${ORTHANC_PLUGIN_VERSION}") 34 message("Setting the version of the libraries to ${ORTHANC_PLUGIN_VERSION}")
35 35
36 add_definitions( 36 add_definitions(
37 -DORTHANC_PLUGIN_VERSION="${ORTHANC_PLUGIN_VERSION}" 37 -DORTHANC_PLUGIN_VERSION="${ORTHANC_PLUGIN_VERSION}"
38 -DHAS_ORTHANC_EXCEPTION=1
39 ) 38 )
40 39
41 #set_target_properties(OrthancSQLiteStorage PROPERTIES 40 #set_target_properties(OrthancSQLiteStorage PROPERTIES
42 # VERSION ${ORTHANC_PLUGIN_VERSION} 41 # VERSION ${ORTHANC_PLUGIN_VERSION}
43 # SOVERSION ${ORTHANC_PLUGIN_VERSION} 42 # SOVERSION ${ORTHANC_PLUGIN_VERSION}