1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-12-24 14:20:59 +03:00

Remove net-snmp and use the OS version

Also remove a few old binaries from build/
This commit is contained in:
Andrew Hutchings
2016-09-13 17:42:57 +01:00
parent 820ad233cb
commit b954001fba
2224 changed files with 136 additions and 973437 deletions

View File

@@ -8,7 +8,7 @@ set(batchloader_LIB_SRCS batchloader.cpp)
add_library(batchloader SHARED ${batchloader_LIB_SRCS})
add_dependencies(batchloader libnetsnmpmibs)
target_link_libraries(batchloader ${NETSNMP_LIBRARIES})
set_target_properties(batchloader PROPERTIES VERSION 1.0.0 SOVERSION 1)