Skip to content

Commit 14a6b9a

Browse files
authored
Update zstd to v1.5.0. (#497)
1 parent 664a551 commit 14a6b9a

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

cmake/configs/default.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ hunter_default_version(yaml-cpp VERSION 0.6.3)
594594
hunter_default_version(zip VERSION 0.1.15)
595595
hunter_default_version(zlog VERSION 1.2.14)
596596
hunter_default_version(zookeeper VERSION 3.4.9-p2)
597-
hunter_default_version(zstd VERSION 1.4.8)
597+
hunter_default_version(zstd VERSION 1.5.0)
598598

599599
if(ANDROID)
600600
string(COMPARE EQUAL "${CMAKE_SYSTEM_VERSION}" "" _is_empty)

cmake/projects/zstd/hunter.cmake

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,17 @@ hunter_add_version(
4343
2b79c836ed2e11956ebd112ddc731f1954b4074c
4444
)
4545

46+
hunter_add_version(
47+
PACKAGE_NAME
48+
zstd
49+
VERSION
50+
1.5.0
51+
URL
52+
"https://github.com/facebook/zstd/releases/download/v1.5.0/zstd-1.5.0.tar.gz"
53+
SHA1
54+
c53019729e3a595f0104facab6533d78296a2945
55+
)
56+
4657
hunter_source_subdir(zstd SOURCE_SUBDIR "build/cmake")
4758

4859
hunter_cmake_args(zstd CMAKE_ARGS

0 commit comments

Comments
 (0)