Skip to content

Commit

Permalink
CI ISSUE
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe-Abraham committed Feb 11, 2025
1 parent 871cb9c commit 3a56dbd
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 @@ -42,8 +42,7 @@ target_link_libraries(
velox_functions_prestosql
velox_functions_remote_server_base)

add_executable(velox_functions_remote_server_rest_main
RemoteFunctionRestServiceMain.cpp)
add_executable(velox_functions_rest_main RemoteFunctionRestServiceMain.cpp)
target_link_libraries(
velox_functions_remote_server_rest_main
velox_functions_rest_main
PRIVATE velox_functions_remote_server_rest)

0 comments on commit 3a56dbd

Please sign in to comment.