qpOASES icon indicating copy to clipboard operation
qpOASES copied to clipboard

Make issue

Open forgi86 opened this issue 4 years ago • 0 comments

If I run

$ make

in the <install_dir> 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.

forgi86 avatar Mar 19 '21 11:03 forgi86