kumquat-buildroot/package/fmt/fmt.mk
Pierre-Jean Texier 884ec6b86d package/fmt: bump to version 7.0.2
See full changelog: https://github.com/fmtlib/fmt/releases/tag/7.0.2

Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2020-08-05 15:00:32 +02:00

18 lines
417 B
Makefile

################################################################################
#
# fmt
#
################################################################################
FMT_VERSION = 7.0.2
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))