Skip to content

Commit

Permalink
Update full_install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dmronga authored Jan 17, 2024
1 parent e905e33 commit 05f63bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/full_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 05f63bb

Please sign in to comment.