From 302dd334d1d730e2325951cd921f3c20ec8a50b9 Mon Sep 17 00:00:00 2001 From: David Li Date: Wed, 30 Jan 2019 09:42:22 -0500 Subject: [PATCH] Explicitly link Protobuf for Flight --- cpp/src/arrow/flight/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/cpp/src/arrow/flight/CMakeLists.txt b/cpp/src/arrow/flight/CMakeLists.txt index 1109e0eb9da70..1cbef6cf81808 100644 --- a/cpp/src/arrow/flight/CMakeLists.txt +++ b/cpp/src/arrow/flight/CMakeLists.txt @@ -21,6 +21,7 @@ add_custom_target(arrow_flight) ARROW_INSTALL_ALL_HEADERS("arrow/flight") SET(ARROW_FLIGHT_STATIC_LINK_LIBS + protobuf_static grpc_grpcpp_static grpc_grpc_static grpc_gpr_static