Skip to content
Snippets Groups Projects
Commit 80abd8b7 authored by Kateryna Kostiuk's avatar Kateryna Kostiuk
Browse files

fmt: bump default version check

Change-Id: I5f427f924fc34f7f5218de815ba4077e61b45ea5
parent a17a44c4
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 >= 6.0'),)
ifeq ($(call need_pkg,'fmt >= ${FMT_VERSION}'),)
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