osqp-cpp
osqp-cpp copied to clipboard
Improve usage of FetchContent
Right now the library breaks because the latest version of OSQP removes one of the headers osqp-cpp relies on: ctrlc.h. FetchContent allows to select specific versions of a library by means of GIT_TAG: could you add this functionality to osqp-cpp? Also, it would be great if osqp-cpp defined its own Git tags, too. Thanks!