osqp / osqp-matlab

Matlab interface for OSQP
https://osqp.org/
Apache License 2.0
42 stars 25 forks source link

Update osqp.m #44

Closed vineetbansal closed 3 years ago

vineetbansal commented 3 years ago

For code generation on Mac OS X, the location usr/local/bin needs to be added to the PATH to find cmake installed through homebrew. This change mirrors exactly what make_osqp.m is also already doing here:

https://github.com/osqp/osqp-matlab/blob/828a93b70a6430f78d79828fa090aee0a79850d6/make_osqp.m#L143