a207576ee1
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
19 lines
429 B
Makefile
19 lines
429 B
Makefile
################################################################################
|
|
#
|
|
# fmt
|
|
#
|
|
################################################################################
|
|
|
|
FMT_VERSION = 4.0.0
|
|
FMT_SITE = $(call github,fmtlib,fmt,$(FMT_VERSION))
|
|
FMT_LICENSE = BSD-2-Clause
|
|
FMT_LICENSE_FILES = LICENSE.rst
|
|
FMT_INSTALL_STAGING = YES
|
|
|
|
FMT_CONF_OPTS = \
|
|
-DHAVE_OPEN=ON \
|
|
-DFMT_INSTALL=ON \
|
|
-DFMT_TEST=OFF
|
|
|
|
$(eval $(cmake-package))
|