From d0da8c5dd67877f2cc1681f4250771f0cb41c9e4 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Wed, 1 Jul 2020 15:52:04 +0200 Subject: [PATCH] bump fmtlib version --- packaging/deps.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/deps.sh b/packaging/deps.sh index ab8ab150c..a3ec9cc82 100644 --- a/packaging/deps.sh +++ b/packaging/deps.sh @@ -55,11 +55,11 @@ fi popd # Build & Install Fmtlib -if ! pkg-config "fmt >= 5.2.0"; then +if ! pkg-config "fmt >= 6.1.2"; then git clone --recursive https://github.com/fmtlib/fmt.git mkdir -p fmt/build pushd fmt/build - git checkout 5.2.0 + git checkout 6.1.2 cmake -DBUILD_SHARED_LIBS=1 ${CMAKE_OPTS} .. make -j$(nproc) ${TARGET} if [ -n "${PACKAGE}" ]; then