Skip to content

Commit 724aefa

Browse files
committed
Fix linking error, for GNU linker.
1 parent e730ea1 commit 724aefa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/auth_ed25519/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ MYSQL_ADD_PLUGIN(auth_ed25519 server_ed25519.c ${REF10_SOURCES} MODULE_ONLY)
2525

2626
# client plugin and unit test ed25519-t can use the library
2727
MYSQL_ADD_PLUGIN(client_ed25519 client_ed25519.c MODULE_ONLY
28-
CLIENT LINK_LIBRARIES mysys_ssl ref10 COMPONENT ClientPlugins)
28+
CLIENT LINK_LIBRARIES ref10 mysys_ssl COMPONENT ClientPlugins)
2929

3030
IF(WITH_UNIT_TESTS)
3131
MY_ADD_TESTS(ed25519 LINK_LIBRARIES ref10 mysys_ssl)

0 commit comments

Comments
 (0)