Fix maxsql dependencies
The connector-c was not declared as a dependency which caused parallel builds to fail.
This commit is contained in:
parent
711fbd4f19
commit
4dd2dad426
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user