Commits


Yibo Cai authored and Sutou Kouhei committed ee24399c52c
ARROW-12013: [C++][FlightRPC] Fix bundled gRPC version probing Don't probe bundled gRPC version. It's not built when cmake runs, and we know the version. This patch also tweaks ABSL libraries link order based on gRPC package config file. Closes #9746 from cyb70289/grpc-probe-version Authored-by: Yibo Cai <yibo.cai@arm.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>