1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-12-24 14:20:59 +03:00

Merge pull request #1593 from drrtuy/fix-compile-CS-BB-dev

Fix for the rebuild from source step
This commit is contained in:
Roman Nozdrin
2020-11-14 17:13:01 +03:00
committed by GitHub

View File

@@ -6,6 +6,7 @@ include_directories( ${ENGINE_COMMON_INCLUDES} )
set(configcpp_LIB_SRCS configcpp.cpp xmlparser.cpp configstream.cpp)
add_library(configcpp SHARED ${configcpp_LIB_SRCS})
add_dependencies(configcpp loggingcpp)
target_compile_definitions(configcpp PUBLIC BOOST_NO_CXX11_SCOPED_ENUMS)