diff options
author | Rechi <Rechi@users.noreply.github.com> | 2018-11-02 23:03:14 +0100 |
---|---|---|
committer | Rechi <Rechi@users.noreply.github.com> | 2018-11-02 23:03:14 +0100 |
commit | ed5af9b8547e29e498949547798b06a2460036e3 (patch) | |
tree | ac48758f70a6ab2e96956e9fd7e59a98344d2a38 /lib | |
parent | 0307cadaf56fbd445dbded25c70c3756c0bbd1c9 (diff) |
[cpluff] rename functions to not conflict with mariadb-connector
Diffstat (limited to 'lib')
-rw-r--r-- | lib/cpluff/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/cpluff/CMakeLists.txt b/lib/cpluff/CMakeLists.txt index 931c0aee1c..ff5b1cb038 100644 --- a/lib/cpluff/CMakeLists.txt +++ b/lib/cpluff/CMakeLists.txt @@ -46,6 +46,8 @@ target_include_directories(${PROJECT_NAME} $<INSTALL_INTERFACE:include> ) +target_compile_definitions(${PROJECT_NAME} PRIVATE -Dhash_delete=kazlib_hash_delete -Dhash_free=kazlib_hash_free -Dhash_insert=kazlib_hash_insert -Dlist_delete=kazlib_list_delete) + target_compile_definitions(${PROJECT_NAME} PRIVATE XML_STATIC |