Skip to content

Commit afe21ba

Browse files
committed
version update + log for grpc
1 parent b219f34 commit afe21ba

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CMakeLists.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ endif()
3131

3232
# Define project
3333
project(Monitoring
34-
VERSION 3.18.2
34+
VERSION 3.19.1
3535
DESCRIPTION "O2 Monitoring library"
3636
LANGUAGES CXX
3737
)
@@ -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)