Skip to content
Snippets Groups Projects
Commit 13e9fe9a authored by Adrien Béraud's avatar Adrien Béraud
Browse files

Revert "fmt: bump default version check"

This reverts commit 80abd8b7.

Reason for revert: should now work with {fmt} 6

Change-Id: I9e7f287a8fb79e33d343eadbceb84c4290629699
parent d831a641
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ FMT_VERSION := 9.0.0
FMT_URL := https://github.com/fmtlib/fmt/archive/$(FMT_VERSION).tar.gz
PKGS += fmt
ifeq ($(call need_pkg,'fmt >= ${FMT_VERSION}'),)
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