You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-06-15 03:21:42 +03:00
add dependency for generated header files errorids.h messageids.h
see 7e868bc588
This commit is contained in:
committed by
Roman Nozdrin
parent
094d9cd9ad
commit
3edd516108
@ -9,6 +9,7 @@ set(compress_LIB_SRCS
|
||||
add_definitions(-DNDEBUG)
|
||||
|
||||
add_library(compress SHARED ${compress_LIB_SRCS})
|
||||
add_dependencies(compress loggingcpp)
|
||||
|
||||
target_link_libraries(compress ${SNAPPY_LIBRARIES})
|
||||
IF(HAVE_LZ4)
|
||||
|
Reference in New Issue
Block a user