Commit 128ab812 authored by Raphael Defosseux's avatar Raphael Defosseux

[BUILD] installing fmt of a given commit, past Nov 11 2020 commits do not build SMF

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@openairinterface.org>
parent 1c46d7c1
...@@ -55,6 +55,8 @@ install_fmt() { ...@@ -55,6 +55,8 @@ install_fmt() {
git clone https://github.com/fmtlib/fmt.git git clone https://github.com/fmtlib/fmt.git
ret=$?;[[ $ret -ne 0 ]] && return $ret ret=$?;[[ $ret -ne 0 ]] && return $ret
cd fmt cd fmt
# Looks like since Nov 11 commits, we cannot build
git checkout -f 1936dddc3c53c1c0db55a665cf419dc7a257ba62
cmake -DFMT_TEST=FALSE . cmake -DFMT_TEST=FALSE .
ret=$?;[[ $ret -ne 0 ]] && return $ret ret=$?;[[ $ret -ne 0 ]] && return $ret
make -j `nproc` make -j `nproc`
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment