diff options
author | unknown <knielsen@mysql.com> | 2006-03-16 13:30:59 +0100 |
---|---|---|
committer | unknown <knielsen@mysql.com> | 2006-03-16 13:30:59 +0100 |
commit | 6091d5c7a0362bdd2d9ae30768036922b9b0ba81 (patch) | |
tree | f9d6bc18750cf196812c9b7962c09e4a96917e04 /libmysql | |
parent | 902449b5f422a445231a5bfe8ad2ac405b402249 (diff) | |
download | mariadb-git-6091d5c7a0362bdd2d9ae30768036922b9b0ba81.tar.gz |
Fix Windows CMake dependency problem.
client/cmakelists.txt:
Fix dependency problem with the old GenError target.
extra/cmakelists.txt:
Fix dependency problem with the old GenError target.
libmysql/cmakelists.txt:
Fix dependency problem with the old GenError target.
server-tools/instance-manager/cmakelists.txt:
Fix dependency problem with the old GenError target.
sql/cmakelists.txt:
Fix dependency problem with the old GenError target.
win/README:
Fix dependency problem with the old GenError target.
Diffstat (limited to 'libmysql')
-rw-r--r-- | libmysql/cmakelists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmysql/cmakelists.txt b/libmysql/cmakelists.txt index cb3453fc222..b6e10306f6d 100644 --- a/libmysql/cmakelists.txt +++ b/libmysql/cmakelists.txt @@ -45,7 +45,7 @@ ADD_LIBRARY(libmysql MODULE dll.c libmysql.def ../strings/strtoll.c ../strings/strtoull.c ../strings/strxmov.c ../strings/strxnmov.c ../mysys/thr_mutex.c ../mysys/typelib.c ../vio/vio.c ../vio/viosocket.c ../vio/viossl.c ../vio/viosslfactories.c ../strings/xml.c) -ADD_DEPENDENCIES(libmysql dbug vio mysys strings GenError zlib) +ADD_DEPENDENCIES(libmysql dbug vio mysys strings comp_err zlib) TARGET_LINK_LIBRARIES(libmysql mysys strings wsock32) # ToDo: We should move the mytest.c program out in libmysql/ |