We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b1a1c0 commit f115214Copy full SHA for f115214
tutorial/grpc/CMakeLists.txt
@@ -1,6 +1,7 @@
1
find_package(gRPC CONFIG 1.51)
2
3
if(gRPC_FOUND AND NOT HPP_PROTO_ENABLE_SANITIZERS)
4
+ message("Found gRPC ${gRPC_VERSION} at ${gRPC_DIR}")
5
## when sanitizer is enable, we can't use gRPC unless the gRPC library is built with sanitizer.
6
add_library(helloworld INTERFACE)
7
0 commit comments