mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-16 00:00:02 +01:00
fix invalid CMake option for spdlog
This commit is contained in:
parent
ab5c2aede5
commit
a5248c980c
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ git clone --recursive https://github.com/gabime/spdlog.git
|
|||
mkdir -p spdlog/build
|
||||
pushd spdlog/build
|
||||
git checkout v1.3.1
|
||||
cmake -DCMAKE_BUILD_TYPE=Release -DSPDLOG_FMT_EXTERNAL=1 -DSPDLOG_BUILD_BENCH=OFF ${CMAKE_OPTS} ..
|
||||
cmake -DCMAKE_BUILD_TYPE=Release -DSPDLOG_FMT_EXTERNAL=ON -DSPDLOG_BUILD_BENCH=OFF ${CMAKE_OPTS} ..
|
||||
make -j$(nproc) ${TARGET}
|
||||
if [ -n "${PACKAGE}" ]; then
|
||||
cp spdlog/build/*.rpm rpms
|
||||
|
|
Loading…
Add table
Reference in a new issue