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.
2 parents 83c6a36 + 4d28f67 commit 7fb48e4Copy full SHA for 7fb48e4
CMakeLists.txt
@@ -91,6 +91,13 @@ else()
91
message("RDKAFKA_ROOT not set, corresponding libs and binaries won't be built")
92
endif()
93
94
+if(gRPC_FOUND)
95
+ message("gRPC found, we enable corresponding libs and binaries")
96
+else()
97
+ message("gRPC not found, corresponding libs and binaries won't be built")
98
+endif()
99
+
100
101
####################################
102
# Set OUTPUT vars
103
0 commit comments