diff options
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
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) | |||
| 165 | "lz4 1.8 lz4/1.9.2" | 165 | "lz4 1.8 lz4/1.9.2" |
| 166 | "nlohmann_json 3.8 nlohmann_json/3.8.0" | 166 | "nlohmann_json 3.8 nlohmann_json/3.8.0" |
| 167 | "ZLIB 1.2 zlib/1.2.11" | 167 | "ZLIB 1.2 zlib/1.2.11" |
| 168 | "zstd 1.4 zstd/1.4.5" | 168 | "zstd 1.4 zstd/1.4.8" |
| 169 | ) | 169 | ) |
| 170 | 170 | ||
| 171 | foreach(PACKAGE ${REQUIRED_LIBS}) | 171 | foreach(PACKAGE ${REQUIRED_LIBS}) |