Skip to content
Merged
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
2 changes: 1 addition & 1 deletion cmake/configs/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ hunter_default_version(libarchive VERSION 3.4.3)
hunter_default_version(libbacktrace VERSION 1.0.0-ca0de051)
hunter_default_version(libcpuid VERSION 0.4.0)
hunter_default_version(libdaemon VERSION 0.14)
hunter_default_version(libdeflate VERSION 1.24-p0)
hunter_default_version(libdeflate VERSION 1.25)
hunter_default_version(libdill VERSION 1.6)
hunter_default_version(libevhtp VERSION 1.2.16-p4)
hunter_default_version(libffi VERSION 3.2.1)
Expand Down
12 changes: 12 additions & 0 deletions cmake/projects/libdeflate/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,18 @@ hunter_add_version(
07f1a72f3938377615da6e4bb48be77d1e8938a4
)

# we can use the upstream version starting with v1.25

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

awesome!

hunter_add_version(
PACKAGE_NAME
libdeflate
VERSION
1.25
URL
"https://github.com/ebiggers/libdeflate/archive/refs/tags/v1.25.tar.gz"
SHA1
7a7a9f7b0123d388e4caa2c92c751b4c3170dcca
)

hunter_cmake_args(
libdeflate
CMAKE_ARGS
Expand Down
Loading