diff options
author | msvensson@neptunus.(none) <> | 2007-01-22 10:41:36 +0100 |
---|---|---|
committer | msvensson@neptunus.(none) <> | 2007-01-22 10:41:36 +0100 |
commit | 6db5790c2b825288f7a4cfaabb030576fd142a27 (patch) | |
tree | c62505d929664c956b41271460532d6085841f18 /extra | |
parent | 742af1c2a7d75e6780bfe5e09946750f3b2a4e13 (diff) | |
download | mariadb-git-6db5790c2b825288f7a4cfaabb030576fd142a27.tar.gz |
gen_lex_hash does not need to link with odbc32*.lib
Diffstat (limited to 'extra')
-rwxr-xr-x | extra/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/CMakeLists.txt b/extra/CMakeLists.txt index 5ce2f7b02ab..f768c7b1045 100755 --- a/extra/CMakeLists.txt +++ b/extra/CMakeLists.txt @@ -38,7 +38,7 @@ ADD_CUSTOM_TARGET(GenError DEPENDS ${PROJECT_SOURCE_DIR}/include/mysqld_error.h) ADD_EXECUTABLE(my_print_defaults my_print_defaults.c) -TARGET_LINK_LIBRARIES(my_print_defaults strings mysys dbug taocrypt odbc32 odbccp32 wsock32) +TARGET_LINK_LIBRARIES(my_print_defaults strings mysys dbug taocrypt wsock32) ADD_EXECUTABLE(perror perror.c) TARGET_LINK_LIBRARIES(perror strings mysys dbug wsock32) |