Commit bacdc4df authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

MDEV-17088 - fix overlinking

mariadb-conv does not need to be linked with the client library
it does not talk to the server
parent 4ad083cd
......@@ -81,7 +81,7 @@ SET_SOURCE_FILES_PROPERTIES(mysqlslap.c PROPERTIES COMPILE_FLAGS "-DTHREADS")
TARGET_LINK_LIBRARIES(mysqlslap ${CLIENT_LIB})
MYSQL_ADD_EXECUTABLE(mariadb-conv mariadb-conv.cc)
TARGET_LINK_LIBRARIES(mariadb-conv ${CLIENT_LIB} strings)
TARGET_LINK_LIBRARIES(mariadb-conv mysys strings)
# "WIN32" also covers 64 bit. "echo" is used in some files below "mysql-test/".
IF(WIN32)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment