mirror of https://github.com/grpc/grpc.git
[C++] Use GOOGLE_PROTOBUF_VERSION instead of PROTOBUF_VERSION. (#34635)
Indeed it seems that on Protobuf side, PROTOBUF_VERSION is defined in port_def.inc which always comes with a matching include of port_undef.inc which explicitly undef all macros, among them PROTOBUF_VERSION. GOOGLE_PROTOBUF_VERSION doesn't suffer from this issue. This is a followup of #33646.pull/34648/head^2
parent
d94313b949
commit
c38837a741
2 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue