We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e730ea1 commit 724aefaCopy full SHA for 724aefa
plugin/auth_ed25519/CMakeLists.txt
@@ -25,7 +25,7 @@ MYSQL_ADD_PLUGIN(auth_ed25519 server_ed25519.c ${REF10_SOURCES} MODULE_ONLY)
25
26
# client plugin and unit test ed25519-t can use the library
27
MYSQL_ADD_PLUGIN(client_ed25519 client_ed25519.c MODULE_ONLY
28
- CLIENT LINK_LIBRARIES mysys_ssl ref10 COMPONENT ClientPlugins)
+ CLIENT LINK_LIBRARIES ref10 mysys_ssl COMPONENT ClientPlugins)
29
30
IF(WITH_UNIT_TESTS)
31
MY_ADD_TESTS(ed25519 LINK_LIBRARIES ref10 mysys_ssl)
0 commit comments