Skip to content

Commit eca02d7

Browse files
Add qpoases to the cpack run script
1 parent b6e4c97 commit eca02d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.run-cpack

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ echo " artifact_dir: $artifact_dir"
2020
echo " artifact_ext: $artifact_ext"
2121
echo " build_dir: $build_dir"
2222

23-
declare -a StringArray=("osqp" "osqp_eigen" "trajopt_common" "vhacd" "trajopt_sco" "trajopt" "trajopt_sqp" "trajopt_ifopt")
23+
declare -a StringArray=("osqp" "osqp_eigen" "qpoases" "trajopt_common" "vhacd" "trajopt_sco" "trajopt" "trajopt_sqp" "trajopt_ifopt")
2424

2525
# Iterate the packages using for loop
2626
for val in ${StringArray[@]}; do

0 commit comments

Comments
 (0)