You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-01 06:46:55 +03:00
Remove net-snmp and use the OS version
Also remove a few old binaries from build/
This commit is contained in:
@ -8,7 +8,7 @@ set(writeengineclient_LIB_SRCS we_clients.cpp we_ddlcommandclient.cpp we_dmlcomm
|
||||
|
||||
add_library(writeengineclient SHARED ${writeengineclient_LIB_SRCS})
|
||||
|
||||
add_dependencies(writeengineclient libnetsnmpmibs)
|
||||
target_link_libraries(writeengineclient ${NETSNMP_LIBRARIES})
|
||||
|
||||
set_target_properties(writeengineclient PROPERTIES VERSION 1.0.0 SOVERSION 1)
|
||||
|
||||
|
Reference in New Issue
Block a user