```bash
# clone
# init submodules
cmake -DgRPC_INSTALL=ON/OFF -DgRPC_BUILD_TESTS=OFF -DCMAKE_BUILD_TYPE=Release
-GNinja -DCMAKE_INSTALL_PREFIX=~/cpp-toolchain ../..
ninja
ninja install
```
```bash
$ ls -lah ~/cpp-toolchain/lib/cmake/grpc
drwxr-xr-x 4 krisz staff 128B Sep 30 21:04 .
drwxr-xr-x 7 krisz staff 224B Sep 30 21:04 ..
-rw-r--r-- 1 krisz staff 86B Sep 30 21:00 gRPCConfig.cmake
-rw-r--r-- 1 krisz staff 380B Sep 30 21:00 gRPCConfigVersion.cmake
```
I've found various issues regarding gRPCTargets.cmake
I've wanted to implement the python bindings, but can't compile arrow with
`-DARROW_FLIGHT=ON`, it misses `gRPCTargets.cmake`
[ Full content available at: https://github.com/apache/arrow/pull/2547 ]
This message was relayed via gitbox.apache.org for [email protected]