1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

Merge pull request #1732 from drrtuy/remove-lquadmath

Removing libquadmath from the list of the libraries to link against
This commit is contained in:
Roman Nozdrin
2021-01-22 14:39:35 +03:00
committed by GitHub

View File

@ -115,7 +115,7 @@ add_library(funcexp SHARED ${funcexp_LIB_SRCS})
add_dependencies(funcexp loggingcpp)
target_link_libraries(funcexp ${NETSNMP_LIBRARIES} quadmath)
target_link_libraries(funcexp ${NETSNMP_LIBRARIES})
install(TARGETS funcexp DESTINATION ${ENGINE_LIBDIR} COMPONENT columnstore-engine)