Skip to content

Commit

Permalink
Add missing vendored check
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jul 29, 2022
1 parent 525f401 commit f2ee49f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cpp/cmake_modules/ThirdpartyToolchain.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3891,12 +3891,14 @@ macro(build_grpc)

list(APPEND
ARROW_BUNDLED_STATIC_LIBS
${GRPC_GPR_ABSL_LIBRARIES}
gRPC::address_sorting
gRPC::gpr
gRPC::grpc
gRPC::grpcpp_for_bundling
gRPC::upb)
if(ABS_VENDORED)
list(APPEND ARROW_BUNDLED_STATIC_LIBS ${GRPC_GPR_ABSL_LIBRARIES})
endif()
endmacro()

if(ARROW_WITH_GRPC)
Expand Down

0 comments on commit f2ee49f

Please sign in to comment.