You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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 ofGIT_TAG
: could you add this functionality to osqp-cpp? Also, it would be great if osqp-cpp defined its own Git tags, too. Thanks!The text was updated successfully, but these errors were encountered: