mirror of
https://github.com/MariaDB/server.git
synced 2026-04-20 07:15:33 +02:00
switch to CC 3.1
This commit is contained in:
parent
731ef75175
commit
e2bbb6f5e9
4 changed files with 14 additions and 10 deletions
|
|
@ -24,8 +24,8 @@ ENDIF()
|
|||
MYSQL_ADD_PLUGIN(auth_ed25519 server_ed25519.c ${REF10_SOURCES} MODULE_ONLY)
|
||||
|
||||
# client plugin and unit test ed25519-t can use the library
|
||||
MYSQL_ADD_PLUGIN(client_ed25519 client_ed25519.c MODULE_ONLY
|
||||
CLIENT LINK_LIBRARIES ref10 mysys_ssl COMPONENT ClientPlugins)
|
||||
#MYSQL_ADD_PLUGIN(client_ed25519 client_ed25519.c MODULE_ONLY
|
||||
# CLIENT LINK_LIBRARIES ref10 mysys_ssl COMPONENT ClientPlugins)
|
||||
|
||||
IF(WITH_UNIT_TESTS)
|
||||
MY_ADD_TESTS(ed25519 LINK_LIBRARIES ref10 mysys_ssl)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue