summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2020-07-28 04:06:08 +0200
committerLioncash <mathew1800@gmail.com>2020-07-28 04:06:11 +0200
commitd25265d63a941900a6ca16961f9431d840ba3010 (patch)
treed6b50223b178f1ceefe9646f17f1a4be52428805 /CMakeLists.txt
parentMerge pull request #4419 from lioncash/initializer (diff)
downloadyuzu-d25265d63a941900a6ca16961f9431d840ba3010.tar
yuzu-d25265d63a941900a6ca16961f9431d840ba3010.tar.gz
yuzu-d25265d63a941900a6ca16961f9431d840ba3010.tar.bz2
yuzu-d25265d63a941900a6ca16961f9431d840ba3010.tar.lz
yuzu-d25265d63a941900a6ca16961f9431d840ba3010.tar.xz
yuzu-d25265d63a941900a6ca16961f9431d840ba3010.tar.zst
yuzu-d25265d63a941900a6ca16961f9431d840ba3010.zip
Diffstat (limited to 'CMakeLists.txt')
-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)
# can't use until https://github.com/bincrafters/community/issues/1173
#"libzip 1.5 libzip/1.5.2@bincrafters/stable"
"lz4 1.8 lz4/1.9.2"
- "nlohmann_json 3.7 nlohmann_json/3.7.3"
+ "nlohmann_json 3.8 nlohmann_json/3.8.0"
"ZLIB 1.2 zlib/1.2.11"
"zstd 1.4 zstd/1.4.4"
)