uatuko / grpcxx

🚀 Blazing fast gRPC server (C++)
MIT License
75 stars 8 forks source link

Fix cmake configs #41

Closed tchernobog closed 1 week ago

tchernobog commented 1 week ago

I forgot one include from the previous commit.

This was hidden by other CMake find_package() calls before find_package(grpcxx) in my project.