You've already forked mariadb-columnstore-engine
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:
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user