Skip to content

Commit

Permalink
Package braft 2023.12.12.1
Browse files Browse the repository at this point in the history
The only change in this package from the previous version
is that -std=c++20 is used consistently for all targets.
  • Loading branch information
ambroff committed Aug 5, 2024
1 parent d68b1ff commit 3ab6a99
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion cmake/projects/braft/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,14 @@ hunter_add_version(
VERSION 2023.12.12.0
URL "https://github.com/stephans/braft/archive/refs/tags/2023.12.12.0.zip"
SHA1 308133bf3112cc157e9c104c9ae781a44a412ac5
)
)

hunter_add_version(
PACKAGE_NAME braft
VERSION 2023.12.12.1
URL "https://github.com/ambroff/braft/archive/refs/heads/2023.12.12.1.tar.gz"
SHA1 "d164a4f738a473b01f4a6fc2968e2c41217ec40c"
)

hunter_cmake_args(
braft
Expand Down

0 comments on commit 3ab6a99

Please sign in to comment.