summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2021-01-03 05:25:21 +0100
committerGitHub <noreply@github.com>2021-01-03 05:25:21 +0100
commitec58aabb2640648ecec60e8c275a584b0083e0cf (patch)
treeb22237c847eb87c29c83a9806793e15fe2c98c42
parentMerge pull request #5267 from lioncash/localize (diff)
parentUpdate zstd to v1.4.8 (diff)
downloadyuzu-ec58aabb2640648ecec60e8c275a584b0083e0cf.tar
yuzu-ec58aabb2640648ecec60e8c275a584b0083e0cf.tar.gz
yuzu-ec58aabb2640648ecec60e8c275a584b0083e0cf.tar.bz2
yuzu-ec58aabb2640648ecec60e8c275a584b0083e0cf.tar.lz
yuzu-ec58aabb2640648ecec60e8c275a584b0083e0cf.tar.xz
yuzu-ec58aabb2640648ecec60e8c275a584b0083e0cf.tar.zst
yuzu-ec58aabb2640648ecec60e8c275a584b0083e0cf.zip
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index eda555494..5793c5d57 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -165,7 +165,7 @@ macro(yuzu_find_packages)
"lz4 1.8 lz4/1.9.2"
"nlohmann_json 3.8 nlohmann_json/3.8.0"
"ZLIB 1.2 zlib/1.2.11"
- "zstd 1.4 zstd/1.4.5"
+ "zstd 1.4 zstd/1.4.8"
)
foreach(PACKAGE ${REQUIRED_LIBS})