mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-30 00:00:11 +01:00
deps: build shared library for spdlog
This commit is contained in:
parent
6b911cd67f
commit
eb1c7536c6
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ if ! pkg-config "spdlog >= 1.5.0"; then
|
|||
mkdir -p spdlog/build
|
||||
pushd spdlog/build
|
||||
git checkout v1.5.0
|
||||
cmake -DSPDLOG_FMT_EXTERNAL=ON -DSPDLOG_BUILD_BENCH=OFF ${CMAKE_OPTS} ..
|
||||
cmake -DSPDLOG_FMT_EXTERNAL=ON -DSPDLOG_BUILD_BENCH=OFF -DSPDLOG_BUILD_SHARED=ON ${CMAKE_OPTS} ..
|
||||
make -j$(nproc) ${TARGET}
|
||||
if [ -n "${PACKAGE}" ]; then
|
||||
cp spdlog/build/*.rpm rpms
|
||||
|
|
Loading…
Add table
Reference in a new issue