1
0
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:
David Mott
2019-04-29 06:00:53 -05:00
parent f0dd02499a
commit e078a416ec

View File

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