Skip to content

Commit

Permalink
[cpluff] rename functions to not conflict with mariadb-connector
Browse files Browse the repository at this point in the history
  • Loading branch information
Rechi committed Nov 2, 2018
1 parent 0307cad commit ed5af9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/cpluff/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ed5af9b

Please sign in to comment.