blob: 9601141e063a578e5f81c35a805608c36b73bfae [file] [log] [blame]
################################################################################
#
# fmt
#
################################################################################
FMT_VERSION = 6.2.0
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))