Try to react to https://github.com/protocolbuffers/protobuf/issues/12263
and https://github.com/protocolbuffers/protobuf/pull/12295
Protobuf's /cmake/CMakeLists.txt is now deprecated if favor of
/CMakeLists.txt
|
||
|---|---|---|
| .. | ||
| cmake_externalproject | ||
| cocoapods | ||
| .gitignore | ||
| BUILD | ||
| CMakeLists.txt | ||
| Makefile | ||
| README.md | ||
| greeter_async_client.cc | ||
| greeter_async_client2.cc | ||
| greeter_async_server.cc | ||
| greeter_callback_client.cc | ||
| greeter_callback_server.cc | ||
| greeter_client.cc | ||
| greeter_server.cc | ||
| xds_greeter_client.cc | ||
| xds_greeter_server.cc | ||
README.md
gRPC C++ Hello World Example
You can find a complete set of instructions for building gRPC and running the Hello World app in the C++ Quick Start.