Commit 669072e4 authored by gauthier's avatar gauthier

Merge branch 'develop' into pfcp_ids_session

parents b3f1548f a1fda70f
...@@ -224,6 +224,9 @@ check_install_spgwc_deps() { ...@@ -224,6 +224,9 @@ check_install_spgwc_deps() {
#install_fmt $1 #install_fmt $1
#ret=$?;[[ $ret -ne 0 ]] && return $ret #ret=$?;[[ $ret -ne 0 ]] && return $ret
install_fb_folly_from_source $1 $2
ret=$?;[[ $ret -ne 0 ]] && return $ret
install_spdlog_from_git $1 $2 install_spdlog_from_git $1 $2
ret=$?;[[ $ret -ne 0 ]] && return $ret ret=$?;[[ $ret -ne 0 ]] && return $ret
......
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