You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-12-24 14:20:59 +03:00
Fix build fail on buildbox
This commit is contained in:
@@ -10,7 +10,7 @@ set(rowgroup_LIB_SRCS rowaggregation.cpp rowgroup.cpp)
|
||||
|
||||
add_library(rowgroup SHARED ${rowgroup_LIB_SRCS})
|
||||
|
||||
target_link_libraries(rowgroup ${NETSNMP_LIBRARIES})
|
||||
target_link_libraries(rowgroup ${NETSNMP_LIBRARIES} funcexp)
|
||||
|
||||
set_target_properties(rowgroup PROPERTIES VERSION 1.0.0 SOVERSION 1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user