File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 2323
2424echo " Installing libfranka version ${LIBFRANKA_VERSION} ..."
2525TMP_DIR=" $( mktemp -d /var/tmp/tmp.XXXXXXXXXX) "
26- git clone --recursive https://github.com/frankaemika/libfranka.git " ${TMP_DIR} "
26+ git clone https://github.com/frankaemika/libfranka.git " ${TMP_DIR} "
2727cd " ${TMP_DIR} "
2828
2929git checkout " ${LIBFRANKA_VERSION} "
30+ git submodule update --init --recursive
3031
3132# Cherry-pick missing imports commit
3233git config user.email " john.doe@example.com"
Original file line number Diff line number Diff line change 33
44echo " Installing Pinocchio version ${PINOCCHIO_VERSION} ..."
55TMP_DIR=" $( mktemp -d /var/tmp/tmp.XXXXXXXXXX) "
6- git clone --recursive https://github.com/stack-of-tasks/pinocchio " ${TMP_DIR} "
6+ git clone https://github.com/stack-of-tasks/pinocchio " ${TMP_DIR} "
77cd " ${TMP_DIR} "
88git checkout " ${PINOCCHIO_VERSION} "
9+ git submodule update --init --recursive
910mkdir build
1011cd build
1112# CMP0167 has to be set to OLD to be compatible with outdated boost versions
You can’t perform that action at this time.
0 commit comments