Skip to content

Commit

Permalink
CMake: Update protobuf dependency
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 692124184
Change-Id: I402b9cc92006c28921ac6f40e12be4a40bb8ace7
  • Loading branch information
cblichmann authored and copybara-github committed Nov 1, 2024
1 parent c0bbf8d commit 228e0ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/protobuf.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
# limitations under the License.

FetchContent_Declare(protobuf
URL https://github.com/protocolbuffers/protobuf/releases/download/v26.1/protobuf-26.1.tar.gz # 2024-03-27
URL_HASH SHA256=4fc5ff1b2c339fb86cd3a25f0b5311478ab081e65ad258c6789359cd84d421f8
URL https://github.com/protocolbuffers/protobuf/releases/download/v28.2/protobuf-28.2.tar.gz # 2024-09-18
URL_HASH SHA256=b2340aa47faf7ef10a0328190319d3f3bee1b24f426d4ce8f4253b6f27ce16db
)

set(protobuf_ABSL_PROVIDER "package" CACHE STRING "" FORCE)
Expand Down

0 comments on commit 228e0ca

Please sign in to comment.