Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe-Abraham committed Aug 22, 2024
1 parent 3ffcb5f commit db0e679
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions velox/functions/remote/server/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,12 @@ add_library(velox_functions_remote_server_rest STATIC
target_link_libraries(
velox_functions_remote_server_rest
PRIVATE
proxygenhttpserver
wangle
folly
velox_functions_remote_get_serde
velox_type_fbhive
velox_memory
velox_functions_prestosql)
velox_functions_prestosql
${PROXYGEN_LIBRARIES})

add_executable(velox_functions_remote_server_rest_main
RemoteFunctionServiceRestMain.cpp)
Expand Down

0 comments on commit db0e679

Please sign in to comment.