diff --git a/VERSION b/VERSION index bc324f078..de713e2b9 100644 --- a/VERSION +++ b/VERSION @@ -1,4 +1,4 @@ # GNU Make syntax VERSION_MAJOR := 1 VERSION_MINOR := 48 -VERSION_PATCH := 0 +VERSION_PATCH := 1 diff --git a/occ/protos/CMakeLists.txt b/occ/protos/CMakeLists.txt index 554abbdfa..c3dd36b66 100644 --- a/occ/protos/CMakeLists.txt +++ b/occ/protos/CMakeLists.txt @@ -27,8 +27,9 @@ set(PROTO_IMPORT_DIR "${CMAKE_CURRENT_LIST_DIR}") file(MAKE_DIRECTORY ${PROTO_GENERATED_DIR}) add_library(Occ-proto OBJECT "${CMAKE_CURRENT_LIST_DIR}/occ.proto") -target_link_libraries(Occ-proto PUBLIC - protobuf::libprotobuf +target_link_libraries(Occ-proto PUBLIC + protobuf::libprotobuf + gRPC::grpc gRPC::grpc++ gRPC::grpc++_reflection )