1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 08:21:15 +03:00

Fixes and switch to external boost library

This commit is contained in:
Ben Thompson
2016-08-10 16:19:27 -05:00
parent b9e1a23c06
commit 7766a04de2
5 changed files with 18 additions and 11 deletions

View File

@ -26,6 +26,8 @@ set(we_bulk_STAT_SRCS
ADD_DEFINITIONS(-D_FILE_OFFSET_BITS=64)
add_library(we_bulk STATIC ${we_bulk_STAT_SRCS})
add_dependencies(we_bulk libnetsnmpmibs)
REMOVE_DEFINITIONS(-D_FILE_OFFSET_BITS=64)
########### next target ###############