From 3b36743529f3fa2583ccfca1df7fad6abe37436c Mon Sep 17 00:00:00 2001 From: David Sisson Date: Thu, 25 Jul 2024 21:25:40 -0700 Subject: [PATCH] another attempt --- third_party/protobuf.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/protobuf.cmake b/third_party/protobuf.cmake index 44309fd4..9b23703a 100644 --- a/third_party/protobuf.cmake +++ b/third_party/protobuf.cmake @@ -12,7 +12,7 @@ FetchContent_Declare(GTest ) FetchContent_Declare(Protobuf GIT_REPOSITORY https://github.com/protocolbuffers/protobuf.git - GIT_TAG v24.4 + GIT_TAG v25.4 OVERRIDE_FIND_PACKAGE ) set(protobuf_BUILD_TESTS OFF CACHE INTERNAL "")