Commit f13fe527 authored by gauthier's avatar gauthier

spdlog checkout master branch is no more the default (additional branch)

parent f41b38e8
...@@ -95,6 +95,7 @@ install_spdlog_from_git() { ...@@ -95,6 +95,7 @@ install_spdlog_from_git() {
fi fi
git clone $GIT_URL git clone $GIT_URL
cd spdlog && git checkout master
ret=$?;[[ $ret -ne 0 ]] && popd && return $ret ret=$?;[[ $ret -ne 0 ]] && popd && return $ret
popd popd
fi fi
......
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