1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 08:21:15 +03:00

MCOL-4136 This patch makes an explicit dependency on generated errorids.h

This commit is contained in:
Roman Nozdrin
2020-08-05 12:18:40 +00:00
parent e535c1d8d3
commit 1c74f80d76
20 changed files with 39 additions and 0 deletions

View File

@ -8,6 +8,8 @@ set(ddlcleanuputil_LIB_SRCS ddlcleanuputil.cpp)
add_library(ddlcleanuputil SHARED ${ddlcleanuputil_LIB_SRCS})
add_dependencies(ddlcleanuputil loggingcpp)
target_link_libraries(ddlcleanuputil ${NETSNMP_LIBRARIES})
install(TARGETS ddlcleanuputil DESTINATION ${ENGINE_LIBDIR} COMPONENT columnstore-engine)