MXS-2900 Cleanup maxtest compilation

The cdc-connector source does not need to be included, linking is enough.
This commit is contained in:
Esa Korhonen
2020-06-12 19:46:53 +03:00
parent 63d1f66797
commit c8700a94ab
2 changed files with 5 additions and 6 deletions

View File

@ -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)