Skip to content

Commit fccb132

Browse files
committed
Remove pinning of protobuf
1 parent e2a2860 commit fccb132

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ApplicationExeCode/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ if(RESINSIGHT_ENABLE_GRPC)
8383
# Find Protobuf installation Looks for protobuf-config.cmake file installed by
8484
# Protobuf's cmake installation.
8585
set(protobuf_MODULE_COMPATIBLE ON)
86-
find_package(Protobuf CONFIG 3.0 QUIET)
86+
find_package(Protobuf CONFIG QUIET)
8787

8888
if(Protobuf_FOUND)
8989
# Find gRPC installation Looks for gRPCConfig.cmake file installed by gRPC's

GrpcInterface/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ set(SOURCE_GROUP_SOURCE_FILES
6565
# Find Protobuf installation Looks for protobuf-config.cmake file installed by
6666
# Protobuf's cmake installation.
6767
set(protobuf_MODULE_COMPATIBLE ON)
68-
find_package(Protobuf CONFIG 3.0 QUIET)
68+
find_package(Protobuf CONFIG QUIET)
6969

7070
if(Protobuf_FOUND)
7171
message(STATUS "Using protobuf ${protobuf_VERSION}")

0 commit comments

Comments
 (0)