Fix maxsql dependencies

The connector-c was not declared as a dependency which caused parallel
builds to fail.
This commit is contained in:
Markus Mäkelä 2018-12-04 14:00:34 +02:00
parent 711fbd4f19
commit 4dd2dad426
No known key found for this signature in database
GPG Key ID: 72D48FCE664F7B19

View File

@ -4,4 +4,4 @@ add_library(maxsql STATIC
target_link_libraries(maxsql maxbase ${MARIADB_CONNECTOR_LIBRARIES})
set_target_properties(maxsql PROPERTIES VERSION "1.0.0" LINK_FLAGS -Wl,-z,defs)
add_dependencies(maxsql connector-c)