kumquat-buildroot/package/fmt/fmt.mk
Bernd Kuhls e980c205ae package/fmt: bump version to 6.2.1
Changelog: https://github.com/fmtlib/fmt/blob/master/ChangeLog.rst

Removed patch included in this version bump.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2020-06-14 18:07:58 +02:00

18 lines
417 B
Makefile

################################################################################
#
# fmt
#
################################################################################
FMT_VERSION = 6.2.1
FMT_SITE = $(call github,fmtlib,fmt,$(FMT_VERSION))
FMT_LICENSE = MIT with exception
FMT_LICENSE_FILES = LICENSE.rst
FMT_INSTALL_STAGING = YES
FMT_CONF_OPTS = \
-DFMT_INSTALL=ON \
-DFMT_TEST=OFF
$(eval $(cmake-package))