1
0
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:
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

@ -18,9 +18,7 @@ set(WriteEngineServer_SRCS
add_executable(WriteEngineServer ${WriteEngineServer_SRCS})
add_dependencies(WriteEngineServer libnetsnmpmibs)
target_link_libraries(WriteEngineServer ${ENGINE_LDFLAGS} ${ENGINE_WRITE_LIBS} threadpool writeengineredistribute)
target_link_libraries(WriteEngineServer ${ENGINE_LDFLAGS} ${NETSNMP_LIBRARIES} ${ENGINE_WRITE_LIBS} threadpool writeengineredistribute)
install(TARGETS WriteEngineServer DESTINATION ${ENGINE_BINDIR})