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
{{ message }}
This repository was archived by the owner on Apr 18, 2026. It is now read-only.
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!
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!