1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

Fix for the rebuild from source step

This commit is contained in:
Roman Nozdrin
2020-11-13 14:16:36 +00:00
parent f0240a1fc5
commit 677e4cfa8c

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)