You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-01 06:46:55 +03:00
MCOL-4136 This patch makes an explicit dependency on generated errorids.h
This commit is contained in:
@ -8,6 +8,8 @@ set(batchloader_LIB_SRCS batchloader.cpp)
|
||||
|
||||
add_library(batchloader SHARED ${batchloader_LIB_SRCS})
|
||||
|
||||
add_dependencies(batchloader loggingcpp)
|
||||
|
||||
target_link_libraries(batchloader ${NETSNMP_LIBRARIES})
|
||||
|
||||
install(TARGETS batchloader DESTINATION ${ENGINE_LIBDIR} COMPONENT columnstore-engine)
|
||||
|
Reference in New Issue
Block a user