cmake_template icon indicating copy to clipboard operation
cmake_template copied to clipboard

Update CMake configuration and dependencies

Open vschwaberow opened this issue 7 months ago • 0 comments

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!

vschwaberow avatar Apr 14 '25 05:04 vschwaberow