diff options
author | Igor Babaev <igor@mysql.com> | 2009-09-09 11:11:31 -0700 |
---|---|---|
committer | Igor Babaev <igor@mysql.com> | 2009-09-09 11:11:31 -0700 |
commit | b495b3db2346a98650946ad5907ba3fe164eadc7 (patch) | |
tree | a2770b6d94c8d63d926da997ab6263579bf1d3b2 /storage | |
parent | d50e99c9f63d3cd46fdde0e95072117759c7e852 (diff) | |
download | mariadb-git-b495b3db2346a98650946ad5907ba3fe164eadc7.tar.gz |
Added a missing dependency to build maria lib
Diffstat (limited to 'storage')
-rw-r--r-- | storage/maria/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/storage/maria/CMakeLists.txt b/storage/maria/CMakeLists.txt index cf01a6f1be1..a42f025c3da 100644 --- a/storage/maria/CMakeLists.txt +++ b/storage/maria/CMakeLists.txt @@ -50,6 +50,8 @@ IF(NOT SOURCE_SUBLIBS) ADD_LIBRARY(maria ${MARIA_SOURCES}) + ADD_DEPENDENCIES(maria GenError) + ADD_EXECUTABLE(maria_ftdump maria_ftdump.c) TARGET_LINK_LIBRARIES(maria_ftdump maria myisam mysys dbug strings zlib wsock32) |