summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2020-07-10 19:02:21 +0200
committerGitHub <noreply@github.com>2020-07-10 19:02:21 +0200
commit01a1adfb0ca02cc7d226d6de47c42b7fd3eb3778 (patch)
treeedaedca1363a80c835c3b45400c4ad41212dac0b /CMakeLists.txt
parentMerge pull request #4286 from lioncash/format (diff)
parentCMakeLists: Update fmt to 7.0.1 (diff)
downloadyuzu-01a1adfb0ca02cc7d226d6de47c42b7fd3eb3778.tar
yuzu-01a1adfb0ca02cc7d226d6de47c42b7fd3eb3778.tar.gz
yuzu-01a1adfb0ca02cc7d226d6de47c42b7fd3eb3778.tar.bz2
yuzu-01a1adfb0ca02cc7d226d6de47c42b7fd3eb3778.tar.lz
yuzu-01a1adfb0ca02cc7d226d6de47c42b7fd3eb3778.tar.xz
yuzu-01a1adfb0ca02cc7d226d6de47c42b7fd3eb3778.tar.zst
yuzu-01a1adfb0ca02cc7d226d6de47c42b7fd3eb3778.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 a99d34e5b..dc6f3114f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -151,7 +151,7 @@ macro(yuzu_find_packages)
# Cmake Pkg Prefix Version Conan Pkg
"Boost 1.71 boost/1.72.0"
"Catch2 2.11 catch2/2.11.0"
- "fmt 6.2 fmt/6.2.0"
+ "fmt 7.0 fmt/7.0.1"
# 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"