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.
1 parent b219f34 commit afe21baCopy full SHA for afe21ba
CMakeLists.txt
@@ -31,7 +31,7 @@ endif()
31
32
# Define project
33
project(Monitoring
34
- VERSION 3.18.2
+ VERSION 3.19.1
35
DESCRIPTION "O2 Monitoring library"
36
LANGUAGES CXX
37
)
@@ -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