Hello,
I hope this is the good place to ask!
I tried to build the CPP Client SDK on macos and a GCP cloud shell but I have errors with the CMakeFile findpackage. I tried other ways but then my build can't find PROTOBUF_XXX defines.
I have seen that release 1.39 requires gRPC to be manually installed but the code of cmakefiles looks the same with findpackage(protobuf & grpc).
Online docs suggested a couple days ago of using an option AGONES_THIRDPARTY_INSTALL_PATH but this doc has been changed since with no mention of that options.
After gRPC installation from git, what should I do ? Do I need to add this option with gRPC and protobuf separately ?
Best regards,
Olivier