Skip to content

Commit f115214

Browse files
add find grpc debug message
1 parent 3b1a1c0 commit f115214

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tutorial/grpc/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
find_package(gRPC CONFIG 1.51)
22

33
if(gRPC_FOUND AND NOT HPP_PROTO_ENABLE_SANITIZERS)
4+
message("Found gRPC ${gRPC_VERSION} at ${gRPC_DIR}")
45
## when sanitizer is enable, we can't use gRPC unless the gRPC library is built with sanitizer.
56
add_library(helloworld INTERFACE)
67

0 commit comments

Comments
 (0)