Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cmake updates #602

Open
wants to merge 36 commits into
base: master
Choose a base branch
from
Open

Cmake updates #602

wants to merge 36 commits into from

Conversation

sjunges
Copy link
Contributor

@sjunges sjunges commented Aug 28, 2024

This changes the build process significantly, mostly by cleaning up the cmake files.

The main change right now is how carl is included. It now fetches the content from a prespecified git repo at configure time. You can change the repo and the tag via the cmake options.
If you want to use the sources from an existing carl installation, you can use
-DFETCHCONTENT_SOURCE_DIR_CARL=~/carl or any other path.

This also fixes #631 by no longer copying header files to the include path.

As it uses target_sources with file_sets, this requires cmake 3.23 and thus no longer supports ubuntu 22.04.

  • Requires release 1.10 before we continue.
  • Website needs update.

@sjunges
Copy link
Contributor Author

sjunges commented Nov 12, 2024

Also, it requires moves-rwth/carl-storm#46

@volkm volkm mentioned this pull request Jan 26, 2025
@sjunges sjunges added this to the 1.11 milestone Feb 18, 2025
@sjunges
Copy link
Contributor Author

sjunges commented Feb 19, 2025

I think this supersedes #660 now.

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.

clangd go-to-definition goes to include files
1 participant