Skip to content
Snippets Groups Projects
Commit 7c73d69c authored by Sébastien Blin's avatar Sébastien Blin Committed by Adrien Béraud
Browse files

fmt: uses 6.0 as th minimal version

fmt from the system on Fedora is not working properly

Change-Id: Ic28a976e110fc168faa3b985cc0852a31ec34114
parent 70ed6c52
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment