coin-or / qpOASES

Open-source C++ implementation of the recently proposed online active set strategy
GNU Lesser General Public License v2.1
360 stars 121 forks source link

Make issue #114

Open forgi86 opened 3 years ago

forgi86 commented 3 years ago

If I run

$ make

in the folder, i get an error as the bin sub-folder does not exist. I solved the issue by manually creating the bin folder before running the make command:

$ mkdir bin $ make

but maybe the makefile could be improved to build the bin folder automatically.