You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
Remove net-snmp and use the OS version
Also remove a few old binaries from build/
This commit is contained in:
@ -39,7 +39,7 @@ add_definitions(-D_FILE_OFFSET_BITS=64)
|
||||
|
||||
add_library(writeengine SHARED ${writeengine_LIB_SRCS})
|
||||
|
||||
add_dependencies(writeengine libnetsnmpmibs)
|
||||
target_link_libraries(writeengine ${NETSNMP_LIBRARIES})
|
||||
|
||||
set_target_properties(writeengine PROPERTIES VERSION 1.0.0 SOVERSION 1)
|
||||
|
||||
|
Reference in New Issue
Block a user