Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information