summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar liushuyu2022-01-08 16:03:18 -0700
committerGravatar liushuyu2022-01-08 16:03:18 -0700
commita1054a093cf32f171bde662655560447b433e3bd (patch)
tree4849f24726ca36ab879bc08cc6dced4e717bf028
parentlogging/log: use `underlying_type` instead of hardcoding types (diff)
downloadyuzu-a1054a093cf32f171bde662655560447b433e3bd.tar.gz
yuzu-a1054a093cf32f171bde662655560447b433e3bd.tar.xz
yuzu-a1054a093cf32f171bde662655560447b433e3bd.zip
cmake: upgrade Conan package fmt to 8.1.1 ...
... requirements for fmt stays at ^8.0.1
Diffstat (limited to '')
-rw-r--r--CMakeLists.txt2
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)
169 set(REQUIRED_LIBS 169 set(REQUIRED_LIBS
170 # Cmake Pkg Prefix Version Conan Pkg 170 # Cmake Pkg Prefix Version Conan Pkg
171 "Catch2 2.13.7 catch2/2.13.7" 171 "Catch2 2.13.7 catch2/2.13.7"
172 "fmt 8.0.1 fmt/8.0.1" 172 "fmt 8.0.1 fmt/8.1.1"
173 "lz4 1.8 lz4/1.9.2" 173 "lz4 1.8 lz4/1.9.2"
174 "nlohmann_json 3.8 nlohmann_json/3.8.0" 174 "nlohmann_json 3.8 nlohmann_json/3.8.0"
175 "ZLIB 1.2 zlib/1.2.11" 175 "ZLIB 1.2 zlib/1.2.11"