spdlog: use external libfmt.

Closes: #26363 [via git-merge-pr]
This commit is contained in:
Érico Rolim 2020-11-13 20:04:07 -03:00 committed by Michael Aldridge
parent f116de5c13
commit bf397c1372
1 changed files with 3 additions and 2 deletions

View File

@ -1,9 +1,10 @@
# Template file for 'spdlog' # Template file for 'spdlog'
pkgname=spdlog pkgname=spdlog
version=1.8.0 version=1.8.0
revision=1 revision=2
build_style=cmake build_style=cmake
configure_args="-DSPDLOG_BUILD_EXAMPLE=OFF" configure_args="-DSPDLOG_BUILD_EXAMPLE=OFF -DSPDLOG_FMT_EXTERNAL=ON"
makedepends="fmt-devel"
short_desc="Fast C++ logging library" short_desc="Fast C++ logging library"
maintainer="John <me@johnnynator.dev>" maintainer="John <me@johnnynator.dev>"
license="MIT" license="MIT"