pavel-odintsov/fastnetmon

Compilation failure on macOS: Protobuf only supports C++14 and newer

pavel-odintsov opened this issue · 2 comments

static_assert(PROTOBUF_CPLUSPLUS_MIN(201402L), "Protobuf only supports C++14 and newer.");```

Looks like we fixed it with hardcoding of gRPC version: 6cb765b

Homebrew fixed it this way.