Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add protobuf 26.1 #6

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions cmake/projects/Protobuf/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,17 @@ hunter_add_version(
"https://github.com/stephans/cpp-pm-protobuf/archive/refs/tags/3.19.4-p1.tar.gz"
SHA1
40e378d024928efa190e3fd59f66dc6510f79ea6
)

hunter_add_version(
PACKAGE_NAME
Protobuf
VERSION
"26.1-p0"
URL
"https://github.com/stephans/cpp-pm-protobuf/archive/refs/tags/v26.1-p0-hunter.tar.gz"
SHA1
95a0aa5cf7bafc933760727fb921f92fda82a89e
)

hunter_add_version(
Expand All @@ -216,6 +227,7 @@ hunter_add_version(
7595f3457f332cc3b362d4aa65a3403761fde4fc
)


string(
COMPARE EQUAL "${CMAKE_SYSTEM_NAME}" "WindowsStore" _hunter_windows_store
)
Expand Down
6 changes: 6 additions & 0 deletions cmake/projects/gRPC/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,12 @@ hunter_add_version(
URL "https://github.com/cpp-pm/grpc/archive/refs/tags/v1.44.0-p0.tar.gz"
SHA1 "9521efd87a6ea0ca1102bf6e5acff835eecf5841")

hunter_add_version(
PACKAGE_NAME gRPC
VERSION "1.65.3"
URL "https://github.com/stephans/hunter-grpc/archive/refs/tags/v1.65.3-hunter.tar.gz"
SHA1 "a382b84c7455eba50b0b2f2017bdee03e0761fa8")

hunter_cmake_args(
gRPC
CMAKE_ARGS
Expand Down