Skip to content

Commit

Permalink
Upgrade protobuf to 5.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sjanel committed Jun 22, 2024
1 parent d8c8250 commit 0c0b21c
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 @@ -172,7 +172,7 @@ if(CCT_ENABLE_PROTO)
else()
# Check here for a new version: https://protobuf.dev/support/version-support/#cpp
if (NOT PROTOBUF_VERSION)
set(PROTOBUF_VERSION v5.26.1)
set(PROTOBUF_VERSION v5.27.1)
endif()

message(STATUS "Configuring protobuf ${PROTOBUF_VERSION} from sources")
Expand Down

0 comments on commit 0c0b21c

Please sign in to comment.