summaryrefslogtreecommitdiff
path: root/libmysql
diff options
context:
space:
mode:
authorunknown <knielsen@mysql.com>2006-03-16 15:42:48 +0100
committerunknown <knielsen@mysql.com>2006-03-16 15:42:48 +0100
commit5b515d695644acbb7e29f9ceba6161cad0436629 (patch)
treeb935d82c6453375d0d9e789b5583dcc8d21d5c07 /libmysql
parent6d01161af64ab66b607b5fc9b9e51e7346328dde (diff)
downloadmariadb-git-5b515d695644acbb7e29f9ceba6161cad0436629.tar.gz
CMake Windows comp_error dependency fix after last push.
extra/cmakelists.txt: Another attempt at fixing the comp_err/GenError dependency problem. sql/cmakelists.txt: Another attempt at fixing the comp_err/GenError dependency problem. client/cmakelists.txt: Another attempt at fixing the comp_err/GenError dependency problem. libmysql/cmakelists.txt: Another attempt at fixing the comp_err/GenError dependency problem. server-tools/instance-manager/cmakelists.txt: Another attempt at fixing the comp_err/GenError dependency problem.
Diffstat (limited to 'libmysql')
-rw-r--r--libmysql/cmakelists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmysql/cmakelists.txt b/libmysql/cmakelists.txt
index b6e10306f6d..cb3453fc222 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 comp_err zlib)
+ADD_DEPENDENCIES(libmysql dbug vio mysys strings GenError zlib)
TARGET_LINK_LIBRARIES(libmysql mysys strings wsock32)
# ToDo: We should move the mytest.c program out in libmysql/