emulators/yuzu: drop fmt < 7 workaround after r542655

This commit is contained in:
Jan Beich 2020-07-20 18:28:27 +00:00
parent 4dd748efb2
commit a550d542a0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=542661
2 changed files with 1 additions and 14 deletions

View File

@ -1,13 +0,0 @@
Lower required version until devel/libfmt catches up
--- CMakeLists.txt.orig 2020-07-10 17:02:21 UTC
+++ 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 7.0 fmt/7.0.1"
+ "fmt 6.2 fmt/6.2.0"
# 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"

View File

@ -17,7 +17,7 @@ Revert https://github.com/yuzu-emu/yuzu/commit/2a3d4cad63f8
@@ -152,6 +152,7 @@ macro(yuzu_find_packages)
"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"
+ "OpenSSL 1.0 openssl/1.1.1f"
# can't use until https://github.com/bincrafters/community/issues/1173
#"libzip 1.5 libzip/1.5.2@bincrafters/stable"