From 05f63bba4406947de174acaebf1e1e111c852d03 Mon Sep 17 00:00:00 2001 From: Dennis Mronga Date: Wed, 17 Jan 2024 15:57:13 +0100 Subject: [PATCH] Update full_install.sh --- scripts/full_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/full_install.sh b/scripts/full_install.sh index 703ac826..48437f1d 100644 --- a/scripts/full_install.sh +++ b/scripts/full_install.sh @@ -83,7 +83,7 @@ cmake .. make -j8 && sudo make install && cd ../.. # proxQP -git clone --recurse-submodules https://github.com/qSimple-Robotics/proxsuite.git proxqp +git clone --recurse-submodules https://github.com/Simple-Robotics/proxsuite.git proxqp cd proxqp mkdir build && cd build cmake .. -DBUILD_TESTING=OFF -DBUILD_PYTHON_INTERFACE=OFF -DBUILD_WITH_VECTORIZATION_SUPPORT=OFF