CMakeLists: Update zstd to 1.4.5
Keeps the library version up to date.
This commit is contained in:
parent
d25265d63a
commit
5b785232de
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ macro(yuzu_find_packages)
|
||||||
"lz4 1.8 lz4/1.9.2"
|
"lz4 1.8 lz4/1.9.2"
|
||||||
"nlohmann_json 3.8 nlohmann_json/3.8.0"
|
"nlohmann_json 3.8 nlohmann_json/3.8.0"
|
||||||
"ZLIB 1.2 zlib/1.2.11"
|
"ZLIB 1.2 zlib/1.2.11"
|
||||||
"zstd 1.4 zstd/1.4.4"
|
"zstd 1.4 zstd/1.4.5"
|
||||||
)
|
)
|
||||||
|
|
||||||
foreach(PACKAGE ${REQUIRED_LIBS})
|
foreach(PACKAGE ${REQUIRED_LIBS})
|
||||||
|
|
Loading…
Reference in a new issue