diff --git a/utils/funcexp/CMakeLists.txt b/utils/funcexp/CMakeLists.txt index 9898d440b..84aa16b70 100644 --- a/utils/funcexp/CMakeLists.txt +++ b/utils/funcexp/CMakeLists.txt @@ -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)