summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2020-07-10 10:47:31 +0200
committerLioncash <mathew1800@gmail.com>2020-07-10 10:51:03 +0200
commit798c1b457d721962799f4e6f042ad4fe91b72386 (patch)
tree1a9e39e591f762a798e62b2881be1ca55bfcb478 /CMakeLists.txt
parentMerge pull request #4285 from ogniK5377/fmt-fix (diff)
downloadyuzu-798c1b457d721962799f4e6f042ad4fe91b72386.tar
yuzu-798c1b457d721962799f4e6f042ad4fe91b72386.tar.gz
yuzu-798c1b457d721962799f4e6f042ad4fe91b72386.tar.bz2
yuzu-798c1b457d721962799f4e6f042ad4fe91b72386.tar.lz
yuzu-798c1b457d721962799f4e6f042ad4fe91b72386.tar.xz
yuzu-798c1b457d721962799f4e6f042ad4fe91b72386.tar.zst
yuzu-798c1b457d721962799f4e6f042ad4fe91b72386.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 4619f33f4..26299d103 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"