You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
add dependency for generated header files errorids.h messageids.h patch made by Ben.
This commit is contained in:
@ -26,6 +26,8 @@ set(windowfunction_LIB_SRCS
|
||||
|
||||
add_library(windowfunction SHARED ${windowfunction_LIB_SRCS})
|
||||
|
||||
add_dependencies(windowfunction loggingcpp)
|
||||
|
||||
install(TARGETS windowfunction DESTINATION ${ENGINE_LIBDIR} COMPONENT columnstore-engine)
|
||||
|
||||
if (WITH_SORTING_COMPARATORS_UT)
|
||||
|
Reference in New Issue
Block a user