Skip to content

Conversation

@goulart-paul
Copy link
Member

No description provided.

codeinred and others added 14 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.
Including iostream means introducing the static (global) constructors
and destructors for std::cin, std::cerr, and std::cout. That extra
init and fini code is undesirable when those streams are not actually
used.
@goulart-paul goulart-paul merged commit 3aa8777 into main Feb 2, 2025
2 checks passed
@goulart-paul goulart-paul deleted the pg/dev-0.10 branch February 2, 2025 22:24
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.

4 participants