Skip to content

Commit

Permalink
Update protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasVautherin committed Dec 10, 2024
1 parent d124f3b commit 89bef16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion third_party/protobuf/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ list(APPEND CMAKE_ARGS
"-DCMAKE_INSTALL_PREFIX:PATH=${CMAKE_INSTALL_PREFIX}"
"-DCMAKE_TOOLCHAIN_FILE:PATH=${CMAKE_TOOLCHAIN_FILE}"
"-DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}"
"-Dprotobuf_BUILD_LIBUPB=OFF"
"-Dprotobuf_BUILD_TESTS=OFF"
"-Dprotobuf_BUILD_SHARED_LIBS=OFF"
"-Dprotobuf_MODULE_COMPATIBLE=ON"
Expand Down Expand Up @@ -38,7 +39,7 @@ endforeach()

ExternalProject_add(
protobuf
URL https://github.com/protocolbuffers/protobuf/releases/download/v25.1/protobuf-25.1.tar.gz
URL https://github.com/protocolbuffers/protobuf/releases/download/v29.1/protobuf-29.1.tar.gz
PREFIX protobuf
CMAKE_ARGS "${CMAKE_ARGS}"
)

0 comments on commit 89bef16

Please sign in to comment.