I am new to the world of grpc and wanted to run the simple examples provided on: Quick start | C++ | gRPC <https://grpc.io/docs/languages/cpp/quickstart/>
However even after following the instructions provided I still get build errors. The error I get is: *CMake Error at /home/krahww/grpc/examples/cpp/cmake/common.cmake:103 (find_package): Found package configuration file: /usr/lib/cmake/protobuf/protobuf-config.cmake but it set Protobuf_FOUND to FALSE so package "Protobuf" is considered to be NOT FOUND. Reason given by package: The following imported targets are referenced, but are missing: absl::absl_check absl::absl_log absl::die_if_null absl::log_initialize absl::log_globalsCall Stack (most recent call first): CMakeLists.txt:24 (include)* I have both Protobuf and Abseil installed so I do not know what the issue is. Help would be appreciated! -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/grpc-io/ae9facc0-26d6-49bc-9123-35cfd8e6588cn%40googlegroups.com.
