Commits


Max Risuhin authored and Wes McKinney committed a6a97a9d4c0
ARROW-1631 [C++] Add GRPC to ThirdpartyToolchain - Building of GRPC and linking to GRPC's libs is turned on by default ( building of GRPC takes too much CPU time; It makes sense to find the way to decrease build time of GRPC; Maybe, some patch to adjust their CMake builds script to not build not relevant targets like various languages support plugins ) - Searching for pre-installed GRPC package with `find_package(gRPC CONFIG REQUIRED) ` doesn't work correctly yet. Author: Max Risuhin <risuhin.max@gmail.com> Closes #1182 from MaxRis/ARROW-1631 and squashes the following commits: 25b651bf [Max Risuhin] ARROW-1631: [C++] Add GRPC to ThirdpartyToolchain