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
MCOL-4136 This patch makes an explicit dependency on generated errorids.h
This commit is contained in:
@ -39,6 +39,8 @@ add_definitions(-D_FILE_OFFSET_BITS=64)
|
||||
|
||||
add_library(writeengine SHARED ${writeengine_LIB_SRCS})
|
||||
|
||||
add_dependencies(writeengine loggingcpp)
|
||||
|
||||
target_link_libraries(writeengine ${NETSNMP_LIBRARIES})
|
||||
|
||||
install(TARGETS writeengine DESTINATION ${ENGINE_LIBDIR} COMPONENT columnstore-engine)
|
||||
|
Reference in New Issue
Block a user