1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

bump fmtlib version

This commit is contained in:
Steffen Vogel 2020-07-01 15:52:04 +02:00
parent 21e1b05161
commit d0da8c5dd6

View file

@ -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