Folly do not support fmt 11 (#4547)

* Folly do not support fmt 10.2

* Relax fmt version restriction
pull/4527/head^2
jj683 5 months ago committed by GitHub
parent 49d10b5541
commit 12301519c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      packages/f/folly/xmake.lua

@ -40,7 +40,7 @@ package("folly")
add_deps("cmake")
add_deps("boost", {configs = {date_time = true, iostreams = true, context = true, filesystem = true, program_options = true, regex = true, system = true, thread = true}})
add_deps("libevent", {configs = {openssl = true}})
add_deps("double-conversion", "gflags", "glog <0.7.0", "zlib", "fmt")
add_deps("double-conversion", "gflags", "glog <0.7.0", "zlib", "fmt <11")
add_deps("bzip2", "lz4", "zstd", {optional = true})
if is_plat("linux") then
add_syslinks("pthread")

Loading…
Cancel
Save