File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -594,7 +594,7 @@ hunter_default_version(yaml-cpp VERSION 0.6.3)
594594hunter_default_version(zip VERSION 0.1.15)
595595hunter_default_version(zlog VERSION 1.2.14)
596596hunter_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
599599if (ANDROID)
600600 string (COMPARE EQUAL "${CMAKE_SYSTEM_VERSION} " "" _is_empty)
Original file line number Diff line number Diff 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+
4657hunter_source_subdir(zstd SOURCE_SUBDIR "build/cmake" )
4758
4859hunter_cmake_args(zstd CMAKE_ARGS
You can’t perform that action at this time.
0 commit comments