File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ if(RESINSIGHT_ENABLE_GRPC)
83
83
# Find Protobuf installation Looks for protobuf-config.cmake file installed by
84
84
# Protobuf's cmake installation.
85
85
set (protobuf_MODULE_COMPATIBLE ON )
86
- find_package (Protobuf CONFIG 3.0 QUIET )
86
+ find_package (Protobuf CONFIG QUIET )
87
87
88
88
if (Protobuf_FOUND )
89
89
# Find gRPC installation Looks for gRPCConfig.cmake file installed by gRPC's
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ set(SOURCE_GROUP_SOURCE_FILES
65
65
# Find Protobuf installation Looks for protobuf-config.cmake file installed by
66
66
# Protobuf's cmake installation.
67
67
set (protobuf_MODULE_COMPATIBLE ON )
68
- find_package (Protobuf CONFIG 3.0 QUIET )
68
+ find_package (Protobuf CONFIG QUIET )
69
69
70
70
if (Protobuf_FOUND )
71
71
message (STATUS "Using protobuf ${protobuf_VERSION} " )
You can’t perform that action at this time.
0 commit comments