summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2021-11-26 05:08:42 +0100
committerLioncash <mathew1800@gmail.com>2021-11-26 05:08:45 +0100
commit5303161aa129e2a7a2fb1d7e8665ad4edc96e1d8 (patch)
treeada0a13b2db9c639bb1da2ded140ee71b6928273
parentMerge pull request #7330 from MightyCreak/simplify-theme-selection (diff)
downloadyuzu-5303161aa129e2a7a2fb1d7e8665ad4edc96e1d8.tar
yuzu-5303161aa129e2a7a2fb1d7e8665ad4edc96e1d8.tar.gz
yuzu-5303161aa129e2a7a2fb1d7e8665ad4edc96e1d8.tar.bz2
yuzu-5303161aa129e2a7a2fb1d7e8665ad4edc96e1d8.tar.lz
yuzu-5303161aa129e2a7a2fb1d7e8665ad4edc96e1d8.tar.xz
yuzu-5303161aa129e2a7a2fb1d7e8665ad4edc96e1d8.tar.zst
yuzu-5303161aa129e2a7a2fb1d7e8665ad4edc96e1d8.zip
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2c044c1ea..61510cc0f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -167,7 +167,7 @@ macro(yuzu_find_packages)
set(REQUIRED_LIBS
# Cmake Pkg Prefix Version Conan Pkg
"Catch2 2.13.7 catch2/2.13.7"
- "fmt 8.0 fmt/8.0.0"
+ "fmt 8.0.1 fmt/8.0.1"
"lz4 1.8 lz4/1.9.2"
"nlohmann_json 3.8 nlohmann_json/3.8.0"
"ZLIB 1.2 zlib/1.2.11"