Skip to content

Commit 03cbf93

Browse files
committed
(cmake) allow protobuf min version to be user-settable
1 parent 22ec4b9 commit 03cbf93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/dependencies.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ include(FetchContent)
33
set(LIBUV_MINVERSION 1.46.0)
44
set(BOOST_MINVERSION 1.81)
55
set(NGHTTP2_MINVERSION 1.64.0)
6-
set(PROTOBUF_MINVERSION 3.15.0)
6+
set(PROTOBUF_MINVERSION 3.15.0 CACHE STRING "Protobuf version")
77
set(FMT_MINVERSION 10.1.1)
88
set(GTEST_MINVERSION 1.15.2)
99

0 commit comments

Comments
 (0)