kou commented on code in PR #36584: URL: https://github.com/apache/arrow/pull/36584#discussion_r1257675031
########## cpp/cmake_modules/FindgRPCAlt.cmake: ########## @@ -36,7 +36,6 @@ if(GRPCPP_PC_FOUND) # gRPC's pkg-config file neglects to specify pthreads. find_package(Threads REQUIRED) if(ARROW_GRPC_USE_SHARED) - set(GRPCPP_LINK_LIBRARIES ${GRPCPP_PC_LINK_LIBRARIES} Threads::Threads) Review Comment: Could you keep `GRPCPP_PC_LINK_LIBRARIES`? `set(GRPCPP_LINK_LIBRARIES ${GRPCPP_PC_LINK_LIBRARIES})` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org