Skip to content

Commit

Permalink
Package protobuf 27.3-p0
Browse files Browse the repository at this point in the history
  • Loading branch information
ambroff committed Aug 4, 2024
1 parent a20a3d1 commit 76c5314
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions cmake/projects/Protobuf/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,16 @@ hunter_add_version(
40e378d024928efa190e3fd59f66dc6510f79ea6
)

hunter_add_version(
PACKAGE_NAME
Protobuf
VERSION
"27.3-p0"
URL
"https://github.com/ambroff/protobuf/archive/refs/heads/v27.3-p0.tar.gz"
SHA1
7595f3457f332cc3b362d4aa65a3403761fde4fc
)

string(
COMPARE EQUAL "${CMAKE_SYSTEM_NAME}" "WindowsStore" _hunter_windows_store
Expand Down Expand Up @@ -238,6 +248,7 @@ else()
Protobuf
CMAKE_ARGS
protobuf_BUILD_TESTS=OFF
protobuf_ABSL_PROVIDER=package
)
endif()

Expand Down

0 comments on commit 76c5314

Please sign in to comment.