diff options
author | df@pippilotta.erinye.com <> | 2007-06-16 06:19:47 +0200 |
---|---|---|
committer | df@pippilotta.erinye.com <> | 2007-06-16 06:19:47 +0200 |
commit | 872c090b8337be729ec566c0a690148951bf351f (patch) | |
tree | 88620a3ac27eb23013fced1e00015e576b26fb74 | |
parent | 891116551e23aa60043d17baf0c2dc6e2bf56e0d (diff) | |
parent | b2b965b53415a93536b7585b6b920377ed8e6b6f (diff) | |
download | mariadb-git-872c090b8337be729ec566c0a690148951bf351f.tar.gz |
Merge bk-internal:/home/bk/mysql-5.0-maint
into pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.0-build
-rwxr-xr-x | client/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/CMakeLists.txt b/client/CMakeLists.txt index e1bf2f2d8fc..8eaa04f8392 100755 --- a/client/CMakeLists.txt +++ b/client/CMakeLists.txt @@ -19,7 +19,8 @@ SET(CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -DSAFEMALLOC -DSAFE_MUTEX") # The old Windows build method used renamed (.cc -> .cpp) source files, fails # in #include in mysqlbinlog.cc. So disable that using the USING_CMAKE define. -ADD_DEFINITIONS(-DUSING_CMAKE -DYASSL_PREFIX) +ADD_DEFINITIONS(-DUSING_CMAKE -DYASSL_PREFIX -DUSE_TLS) + INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/include ${CMAKE_SOURCE_DIR}/zlib ${CMAKE_SOURCE_DIR}/extra/yassl/include |