diff options
author | Monty <monty@mariadb.org> | 2016-01-29 23:52:15 +0200 |
---|---|---|
committer | Monty <monty@mariadb.org> | 2016-01-29 23:52:15 +0200 |
commit | a1ddf014893790bd01080c189a992d831ef546ef (patch) | |
tree | aeefe25f32cc4dd278a1b6586ec71b9719da2a25 /unittest | |
parent | 9c9d10b441fe79b111509949ca40afe1a6284c0f (diff) | |
download | mariadb-git-a1ddf014893790bd01080c189a992d831ef546ef.tar.gz |
my_decimal didn't compile properly with debug
Diffstat (limited to 'unittest')
-rw-r--r-- | unittest/my_decimal/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unittest/my_decimal/CMakeLists.txt b/unittest/my_decimal/CMakeLists.txt index 0a38a18b7ba..85d203e8f47 100644 --- a/unittest/my_decimal/CMakeLists.txt +++ b/unittest/my_decimal/CMakeLists.txt @@ -20,4 +20,4 @@ INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/include ${CMAKE_SOURCE_DIR}/unittest/mytap) # -MY_ADD_TESTS(my_decimal EXT "cc" LINK_LIBRARIES mysys) +MY_ADD_TESTS(my_decimal EXT "cc" LINK_LIBRARIES strings dbug) |