summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7a49318aa..7628b2ae5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -165,7 +165,7 @@ macro(yuzu_find_packages)
165 # can't use until https://github.com/bincrafters/community/issues/1173 165 # can't use until https://github.com/bincrafters/community/issues/1173
166 #"libzip 1.5 libzip/1.5.2@bincrafters/stable" 166 #"libzip 1.5 libzip/1.5.2@bincrafters/stable"
167 "lz4 1.8 lz4/1.9.2" 167 "lz4 1.8 lz4/1.9.2"
168 "nlohmann_json 3.7 nlohmann_json/3.7.3" 168 "nlohmann_json 3.8 nlohmann_json/3.8.0"
169 "ZLIB 1.2 zlib/1.2.11" 169 "ZLIB 1.2 zlib/1.2.11"
170 "zstd 1.4 zstd/1.4.4" 170 "zstd 1.4 zstd/1.4.4"
171 ) 171 )