From c90268127b4c0f2f7476d7e19b5ef0284fecb03c Mon Sep 17 00:00:00 2001 From: FearlessTobi Date: Sun, 3 Jan 2021 01:57:19 +0100 Subject: Update zstd to v1.4.8 Co-Authored-By: Vitor K <29167336+vitor-k@users.noreply.github.com> --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') 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}) -- cgit v1.2.3