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

fix back statics

This commit is contained in:
Leonid Fedorov
2025-05-20 02:24:17 +00:00
committed by Leonid Fedorov
parent 6db2dc668f
commit 127dd09a7a
3 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@ set(we_bulk_STAT_SRCS
)
add_definitions(-D_FILE_OFFSET_BITS=64)
columnstore_library(we_bulk ${we_bulk_STAT_SRCS})
add_library(we_bulk STATIC ${we_bulk_STAT_SRCS})
add_dependencies(we_bulk loggingcpp)