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 030bb36 commit d98e2c3Copy full SHA for d98e2c3
occ/CMakeLists.txt
@@ -160,7 +160,7 @@ find_package(Boost 1.68 REQUIRED COMPONENTS ${BOOST_COMPONENTS})
160
161
# Protobuf
162
set(protobuf_MODULE_COMPATIBLE TRUE)
163
-find_package(protobuf 3.7.1 CONFIG REQUIRED)
+find_package(protobuf 3.11.4 CONFIG REQUIRED)
164
message(STATUS "Using protobuf ${protobuf_VERSION}")
165
166
# OpenSSL on Mac
@@ -169,7 +169,7 @@ if (APPLE)
169
endif()
170
171
# gRPC
172
-find_package(gRPC 1.19.1 CONFIG REQUIRED)
+find_package(gRPC 1.27.3 CONFIG REQUIRED)
173
message(STATUS "Using gRPC ${gRPC_VERSION}")
174
175
# gRPC C++ plugin
0 commit comments