diff options
author | Sergei Golubchik <serg@mariadb.org> | 2014-09-26 20:03:20 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2014-10-01 23:38:28 +0200 |
commit | d6141a553c566b3c8f997ae811dd4c00d9019613 (patch) | |
tree | 7c2665d2864172a6f15a284d5f752407a0ce90fb /storage/perfschema/unittest | |
parent | 11b6452a0f2f0f99bbd7c2767ebca7d043a2f43c (diff) | |
download | mariadb-git-d6141a553c566b3c8f997ae811dd4c00d9019613.tar.gz |
MD5 service
Diffstat (limited to 'storage/perfschema/unittest')
-rw-r--r-- | storage/perfschema/unittest/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/perfschema/unittest/CMakeLists.txt b/storage/perfschema/unittest/CMakeLists.txt index 6add43de7f9..6ef9e91cf47 100644 --- a/storage/perfschema/unittest/CMakeLists.txt +++ b/storage/perfschema/unittest/CMakeLists.txt @@ -24,4 +24,4 @@ INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/include ADD_DEFINITIONS(-DMYSQL_SERVER ${SSL_DEFINES}) MY_ADD_TESTS(pfs_instr_class pfs_instr_class-oom pfs_instr pfs_instr-oom pfs_account-oom pfs_host-oom pfs_timer pfs_user-oom pfs - EXT "cc" LINK_LIBRARIES perfschema mysys) + EXT "cc" LINK_LIBRARIES perfschema mysys mysys_ssl) |