Skip to content

Conversation

@codeinred
Copy link
Contributor

This PR fixes issues #44, #45, and #46. Each one is a relatively small fix, so I grouped them together.

Merging this PR ensures that the examples are built with C++14 (which eigen requires); it fixes an issue where ninja builds fail on a fresh download of the repo; and it adds support for using Clarabel.cpp via add_subdirectory

codeinred added 3 commits June 6, 2024 14:33
Build fails if ninja isn't aware of the byproducts for libclarabel_c
This commit allows Clarabel.cpp to be consumed by other CMake projects
via a call to `add_subdirectory`:

```cmake

add_subdirectory(path/to/clarabel.cpp)
```

Other projects might have Clarabel.cpp as a git submodule, and this
makes it easier to do so.
@CLAassistant
Copy link

CLAassistant commented Jun 6, 2024

CLA assistant check
All committers have signed the CLA.

@goulart-paul goulart-paul merged commit a6cb1c0 into oxfordcontrol:main Feb 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants