buildroot/package/fmt/fmt.mk
Bernd Kuhls bff95484f2 package/fmt: bump version to 7.0.1
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2020-07-18 22:31:40 +02:00

18 lines
417 B
Makefile

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