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 spdlog version

This commit is contained in:
Steffen Vogel 2020-07-01 15:46:31 +02:00
parent f05fa39773
commit bb32707979

View file

@ -69,11 +69,11 @@ if ! pkg-config "fmt >= 5.2.0"; then
fi
# Build & Install spdlog
if ! pkg-config "spdlog >= 1.3.1"; then
if ! pkg-config "spdlog >= 1.5.0"; then
git clone --recursive https://github.com/gabime/spdlog.git
mkdir -p spdlog/build
pushd spdlog/build
git checkout v1.3.1
git checkout v1.5.0
cmake -DSPDLOG_FMT_EXTERNAL=ON -DSPDLOG_BUILD_BENCH=OFF ${CMAKE_OPTS} ..
make -j$(nproc) ${TARGET}
if [ -n "${PACKAGE}" ]; then