Skip to content

Update CMake configuration and dependencies #102

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

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

vschwaberow
Copy link

Based on the X discussion about tooling, this PR updates the CMake configuration to make it compile again:

  • Bump minimum CMake version to the latest stable release.
  • Set C++ standard to C++23 for modern features.
  • Disable warnings-as-errors by default to prevent build failures.
  • Update all dependencies to their latest versions.
  • Refactor argument handling to remove dependency on external module.
  • Comment out warnings-as-errors in project options and clang-tidy config for smoother builds.

Please review and let me know any feedback!

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.

1 participant