Skip to content

Commit 7fb48e4

Browse files
authored
Merge pull request #351 from sy-c/dev
v3.19.2
2 parents 83c6a36 + 4d28f67 commit 7fb48e4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CMakeLists.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,13 @@ else()
9191
message("RDKAFKA_ROOT not set, corresponding libs and binaries won't be built")
9292
endif()
9393

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+
94101
####################################
95102
# Set OUTPUT vars
96103
####################################

0 commit comments

Comments
 (0)