1
0
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:
Sergei Golubchik
2022-01-29 16:26:40 +01:00
committed by Roman Nozdrin
parent 094d9cd9ad
commit 3edd516108

View File

@ -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)