My os is a WSL VM running Ubuntu 24.04.2 LTS My cmake version is 3.28.3 Op woensdag 30 juli 2025 om 19:44:15 UTC+2 schreef Peter Schow:
> > > On Wed, Jul 30, 2025 at 9:41 AM Wessel Krah <[email protected]> wrote: > > > > I am new to the world of grpc and wanted to run the simple examples > provided on: > > Quick start | C++ | gRPC > > > > 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_globals > > > > Call 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! > > I just followed the instructions verbatim and they worked flawlessly on an > Ubuntu-based x86_64 OS. > > What OS are you on? > What's your cmake version? > > > -- 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/65fcfa2f-9652-43d9-894f-ad9099e5b71en%40googlegroups.com.
