Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: import fmt using find_package
Since release 1.12 avro uses the fmt library instead of boost::format. This was introduced in apache@19501fc. However, we want to avoid pulling in fmt using fetchcontent like the build currently does and instead we want to use find_package to reuse the existing fmt dependency in our vtools-based build. The version is fixed to the current fmt version used by the vtools build which works with the avro build.
- Loading branch information