fmt: uses 6.0 as th minimal version

fmt from the system on Fedora is not working properly

Change-Id: Ic28a976e110fc168faa3b985cc0852a31ec34114
This commit is contained in:
Sébastien Blin
2021-12-02 10:46:15 -05:00
committed by Adrien Béraud
parent 70ed6c52ef
commit 7c73d69c7e

View File

@ -3,7 +3,7 @@ FMT_VERSION := 6.1.2
FMT_URL := https://github.com/fmtlib/fmt/archive/$(FMT_VERSION).tar.gz
PKGS += fmt
ifeq ($(call need_pkg,'fmt >= 5.3'),)
ifeq ($(call need_pkg,'fmt >= 6.0'),)
PKGS_FOUND += fmt
endif