Skip to content

Commit

Permalink
Pull in updated brpc which compiles with -std=c++20
Browse files Browse the repository at this point in the history
  • Loading branch information
ambroff committed Aug 5, 2024
1 parent ce1ec70 commit d68b1ff
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cmake/projects/brpc/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,13 @@ hunter_add_version(
SHA1 "a7aff49ad7d5147865614995b3bd5d1cb86bb6a1"
)

hunter_add_version(
PACKAGE_NAME brpc
VERSION "1.10.0-p1"
URL "https://github.com/ambroff/brpc/archive/refs/heads/1.10.0-p1.tar.gz"
SHA1 "6beca149b72b4c4763e220c4e860855499f6c3f4"
)

hunter_cmake_args(
brpc
CMAKE_ARGS
Expand Down

0 comments on commit d68b1ff

Please sign in to comment.