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

build: fix broken build for clang by removing erroneous generator for fmt library, which we do not explicitly depend on ourselves #622

Merged
merged 1 commit into from
Oct 24, 2024

Commits on Oct 24, 2024

  1. build: fix broken build for clang by removing erroneous generator for…

    … fmt library, which we do not explicitly depend on ourselves
    
    We depend on fmt transitively through spdlog. Unfortunately, this makes us unable to explicitly depend
    on a different version of fmt. (There is the newer version 11.0.2 available on conan center, but
    spdlog still depends on version 10.2.1). With that fmt version there is a bug appearing when using a new
    version of clang-20. This bug does not appear when not calling the generator for fmt as well.
    Taepper committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    2eb1cbd View commit details
    Browse the repository at this point in the history