Skip to content
Snippets Groups Projects
Commit c642fbc3 authored by Tristan Walter's avatar Tristan Walter
Browse files

no message

parent 22aadfa4
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,13 @@ if [ ! $(which cmake) ]; then
exit 1
fi
if [ ! $(which git) ]; then
echo "You need to have git installed to build this project."
exit 1
fi
git submodule update --recursive --init
IN_CONDA=""
if [ ! $(printenv CONDA_PREFIX_1) ] ]; then
IN_CONDA=${CONDA_PREFIX}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment