Skip to content

Commit

Permalink
fix: protobuf version mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
xhayper committed Jul 3, 2023
1 parent 2a4393c commit 7451b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ endif ()
if (USE_PROTOBUF_CPM)
CPMAddPackage(
NAME protobuf
VERSION 23.3
VERSION 21.12
GITHUB_REPOSITORY protocolbuffers/protobuf
OPTIONS "BUILD_SHARED_LIBS OFF" "protobuf_BUILD_TESTS OFF" "protobuf_BUILD_LIBPROTOC ON")

Expand Down

0 comments on commit 7451b8b

Please sign in to comment.