diff options
author | Vladislav Vaintroub <wlad@montyprogram.com> | 2012-09-25 00:46:54 +0200 |
---|---|---|
committer | Vladislav Vaintroub <wlad@montyprogram.com> | 2012-09-25 00:46:54 +0200 |
commit | b8ca6c2e68a7875ec585af516bbc6331d2c2b940 (patch) | |
tree | 890797ff071da94813f7968abc33f166a87b6420 /libmysql | |
parent | 79feec77ed4a7121e68be1dc16f79dcad6c5d25e (diff) | |
download | mariadb-git-b8ca6c2e68a7875ec585af516bbc6331d2c2b940.tar.gz |
MDEV-546 : error when compiling client library - incorrect client_settings.h
Remove sql directory from the include path to workaround the problem. This removes the ambiguity , since then only one client_settings.h will be in the include paths
Diffstat (limited to 'libmysql')
-rw-r--r-- | libmysql/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libmysql/CMakeLists.txt b/libmysql/CMakeLists.txt index 182c8748934..f67b3962c1a 100644 --- a/libmysql/CMakeLists.txt +++ b/libmysql/CMakeLists.txt @@ -17,7 +17,6 @@ INCLUDE_DIRECTORIES( ${CMAKE_SOURCE_DIR}/include ${CMAKE_SOURCE_DIR}/libmysql ${CMAKE_SOURCE_DIR}/regex - ${CMAKE_SOURCE_DIR}/sql ${CMAKE_SOURCE_DIR}/strings ${SSL_INCLUDE_DIRS} ${SSL_INTERNAL_INCLUDE_DIRS} |