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:
parent
21e1b05161
commit
d0da8c5dd6
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue