diff options
author | Oleksandr Byelkin <sanja@mariadb.com> | 2019-07-12 16:44:39 +0200 |
---|---|---|
committer | Oleksandr Byelkin <sanja@mariadb.com> | 2019-07-20 09:09:28 +0200 |
commit | e2bbb6f5e9b766d4ab91bcdef895414bedd00bc4 (patch) | |
tree | 21498a81e1b6d5be62125658f761575276e98314 /plugin | |
parent | 731ef751758e3267745bfce582a3692115753289 (diff) | |
download | mariadb-git-e2bbb6f5e9b766d4ab91bcdef895414bedd00bc4.tar.gz |
switch to CC 3.1
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/auth_ed25519/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/auth_ed25519/CMakeLists.txt b/plugin/auth_ed25519/CMakeLists.txt index ff6651c528d..1a3d5cc4bce 100644 --- a/plugin/auth_ed25519/CMakeLists.txt +++ b/plugin/auth_ed25519/CMakeLists.txt @@ -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) |