Commit e1b9699a authored by Raphael Defosseux's avatar Raphael Defosseux

fix(build): freezing Niels Lohmann JSON version to v3.10.3

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@openairinterface.org>
parent 0e401c83
......@@ -142,7 +142,6 @@ install_pistache_from_git() {
fi
git clone $GIT_URL
git submodule update --init
cd pistache && git checkout e18ed9baeb2145af6f9ea41246cf48054ffd9907
ret=$?;[[ $ret -ne 0 ]] && popd && return $ret
mkdir _build && cd _build
......@@ -193,8 +192,7 @@ install_nlohmann_from_git() {
fi
git clone $GIT_URL
git submodule update --init
cd json && git checkout master
cd json && git checkout -f v3.10.3
ret=$?;[[ $ret -ne 0 ]] && popd && return $ret
mkdir _build && cd _build
$CMAKE -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DJSON_BuildTests=OFF ..
......
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