Skip to content

Commit

Permalink
Merge pull request #351 from sy-c/dev
Browse files Browse the repository at this point in the history
v3.19.2
  • Loading branch information
sy-c authored Feb 10, 2025
2 parents 83c6a36 + 4d28f67 commit 7fb48e4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,13 @@ else()
message("RDKAFKA_ROOT not set, corresponding libs and binaries won't be built")
endif()

if(gRPC_FOUND)
message("gRPC found, we enable corresponding libs and binaries")
else()
message("gRPC not found, corresponding libs and binaries won't be built")
endif()


####################################
# Set OUTPUT vars
####################################
Expand Down

0 comments on commit 7fb48e4

Please sign in to comment.