Skip to content

Commit

Permalink
Update protobuf from v25.2 to v27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalybuka committed Jun 16, 2024
1 parent 4084aec commit b922c8a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmake/external/protobuf.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ list(APPEND PROTOBUF_LIBRARIES
absl_examine_stack
absl_exponential_biased
absl_failure_signal_handler
absl_flags
absl_flags_commandlineflag
absl_flags_commandlineflag_internal
absl_flags_config
Expand Down Expand Up @@ -153,7 +152,7 @@ include (ExternalProject)
ExternalProject_Add(${PROTOBUF_TARGET}
PREFIX ${PROTOBUF_TARGET}
GIT_REPOSITORY https://github.com/google/protobuf.git
GIT_TAG v25.2
GIT_TAG v27.1
UPDATE_COMMAND ""
CONFIGURE_COMMAND ${CMAKE_COMMAND} ${PROTOBUF_INSTALL_DIR}/src/${PROTOBUF_TARGET}
-G${CMAKE_GENERATOR}
Expand Down

0 comments on commit b922c8a

Please sign in to comment.