Skip to content

Commit

Permalink
[occ] Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
teo committed Apr 22, 2020
1 parent 030bb36 commit d98e2c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions occ/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ find_package(Boost 1.68 REQUIRED COMPONENTS ${BOOST_COMPONENTS})

# Protobuf
set(protobuf_MODULE_COMPATIBLE TRUE)
find_package(protobuf 3.7.1 CONFIG REQUIRED)
find_package(protobuf 3.11.4 CONFIG REQUIRED)
message(STATUS "Using protobuf ${protobuf_VERSION}")

# OpenSSL on Mac
Expand All @@ -169,7 +169,7 @@ if (APPLE)
endif()

# gRPC
find_package(gRPC 1.19.1 CONFIG REQUIRED)
find_package(gRPC 1.27.3 CONFIG REQUIRED)
message(STATUS "Using gRPC ${gRPC_VERSION}")

# gRPC C++ plugin
Expand Down

0 comments on commit d98e2c3

Please sign in to comment.