Skip to content

Commit

Permalink
Fix broken build.
Browse files Browse the repository at this point in the history
  • Loading branch information
kgpai committed Nov 7, 2024
1 parent 396b2bb commit e1c7bc9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -505,9 +505,11 @@ if(${VELOX_BUILD_TESTING})

# 'gRPC_CARES_PROVIDER' is set as 'package', which means c-ares library needs
# to be installed on the system, instead of being built by gRPC.
# set_source(c-ares) resolve_dependency(c-ares)
set_source(c-ares)
resolve_dependency(c-ares)

# set_source(gRPC) resolve_dependency(gRPC)
set_source(gRPC)
resolve_dependency(gRPC)
endif()

if(VELOX_ENABLE_REMOTE_FUNCTIONS)
Expand Down

0 comments on commit e1c7bc9

Please sign in to comment.