diff options
author | liushuyu <liushuyu011@gmail.com> | 2022-01-09 00:03:18 +0100 |
---|---|---|
committer | liushuyu <liushuyu011@gmail.com> | 2022-01-09 00:03:18 +0100 |
commit | a1054a093cf32f171bde662655560447b433e3bd (patch) | |
tree | 4849f24726ca36ab879bc08cc6dced4e717bf028 /CMakeLists.txt | |
parent | logging/log: use `underlying_type` instead of hardcoding types (diff) | |
download | yuzu-a1054a093cf32f171bde662655560447b433e3bd.tar yuzu-a1054a093cf32f171bde662655560447b433e3bd.tar.gz yuzu-a1054a093cf32f171bde662655560447b433e3bd.tar.bz2 yuzu-a1054a093cf32f171bde662655560447b433e3bd.tar.lz yuzu-a1054a093cf32f171bde662655560447b433e3bd.tar.xz yuzu-a1054a093cf32f171bde662655560447b433e3bd.tar.zst yuzu-a1054a093cf32f171bde662655560447b433e3bd.zip |
Diffstat (limited to '')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 707d514c3..47bd282fb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -169,7 +169,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.1 fmt/8.0.1" + "fmt 8.0.1 fmt/8.1.1" "lz4 1.8 lz4/1.9.2" "nlohmann_json 3.8 nlohmann_json/3.8.0" "ZLIB 1.2 zlib/1.2.11" |