Browse Source

Merge pull request #5281 from FearlessTobi/port-5668

Port citra-emu/citra#5668: "Update zstd to v1.4.8"
pull/15/merge
Morph 5 years ago
committed by GitHub
parent
commit
ec58aabb26
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      CMakeLists.txt

2
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})

Loading…
Cancel
Save