mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
Revert "fmt: bump default version check"
This reverts commit 80abd8b77c
.
Reason for revert: should now work with {fmt} 6
Change-Id: I9e7f287a8fb79e33d343eadbceb84c4290629699
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user