MXS-2900 Cleanup maxtest compilation
The cdc-connector source does not need to be included, linking is enough.
This commit is contained in:
@ -3,6 +3,6 @@ add_library(maxsql STATIC
|
||||
queryresult.cc
|
||||
)
|
||||
|
||||
target_link_libraries(maxsql maxbase ${MARIADB_CONNECTOR_LIBRARIES})
|
||||
target_link_libraries(maxsql maxbase ${MARIADB_CONNECTOR_LIBRARIES} ssl dl)
|
||||
set_target_properties(maxsql PROPERTIES VERSION "1.0.0" LINK_FLAGS -Wl,-z,defs)
|
||||
add_dependencies(maxsql connector-c)
|
||||
|
||||
Reference in New Issue
Block a user