diff options
author | Chloe <25727384+ogniK5377@users.noreply.github.com> | 2020-11-08 10:26:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-08 10:26:03 +0100 |
commit | 9f5facc3aadcf1e06ae305b70bb2a2481122da6d (patch) | |
tree | 201400aa38d146ce2a5ee9d4eeef901d34ce02a3 | |
parent | Merge pull request #4906 from lat9nq/log-cpu-accuracy (diff) | |
parent | externals: Update fmt to 7.1.2 (diff) | |
download | yuzu-9f5facc3aadcf1e06ae305b70bb2a2481122da6d.tar yuzu-9f5facc3aadcf1e06ae305b70bb2a2481122da6d.tar.gz yuzu-9f5facc3aadcf1e06ae305b70bb2a2481122da6d.tar.bz2 yuzu-9f5facc3aadcf1e06ae305b70bb2a2481122da6d.tar.lz yuzu-9f5facc3aadcf1e06ae305b70bb2a2481122da6d.tar.xz yuzu-9f5facc3aadcf1e06ae305b70bb2a2481122da6d.tar.zst yuzu-9f5facc3aadcf1e06ae305b70bb2a2481122da6d.zip |
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 8fc2de042..273260378 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -159,7 +159,7 @@ macro(yuzu_find_packages) # Cmake Pkg Prefix Version Conan Pkg "Boost 1.73 boost/1.73.0" "Catch2 2.13 catch2/2.13.0" - "fmt 7.1 fmt/7.1.0" + "fmt 7.1 fmt/7.1.2" # 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" |