diff options
author | Lioncash <mathew1800@gmail.com> | 2021-06-23 08:43:07 +0200 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2021-06-23 08:43:36 +0200 |
commit | 8593e6f1e6ec7bcab52b62eb0437a2bcbd1205a8 (patch) | |
tree | 19e51b990a5414987b9eccc5c5288d091238203a /CMakeLists.txt | |
parent | Merge pull request #6508 from ReinUsesLisp/bootmanager-stop-token (diff) | |
download | yuzu-8593e6f1e6ec7bcab52b62eb0437a2bcbd1205a8.tar yuzu-8593e6f1e6ec7bcab52b62eb0437a2bcbd1205a8.tar.gz yuzu-8593e6f1e6ec7bcab52b62eb0437a2bcbd1205a8.tar.bz2 yuzu-8593e6f1e6ec7bcab52b62eb0437a2bcbd1205a8.tar.lz yuzu-8593e6f1e6ec7bcab52b62eb0437a2bcbd1205a8.tar.xz yuzu-8593e6f1e6ec7bcab52b62eb0437a2bcbd1205a8.tar.zst yuzu-8593e6f1e6ec7bcab52b62eb0437a2bcbd1205a8.zip |
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 97afaf1a9..60ec58eda 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -172,7 +172,7 @@ macro(yuzu_find_packages) set(REQUIRED_LIBS # Cmake Pkg Prefix Version Conan Pkg "Catch2 2.13 catch2/2.13.0" - "fmt 7.1 fmt/7.1.2" + "fmt 8.0 fmt/8.0.0" "lz4 1.8 lz4/1.9.2" "nlohmann_json 3.8 nlohmann_json/3.8.0" "ZLIB 1.2 zlib/1.2.11" |