Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading