mkmkme commented on PR #2832: URL: https://github.com/apache/avro/pull/2832#issuecomment-2036933080
@martin-g so the quick research shows that on Ubuntu 20.04 the version of fmt is too old (6.1.2 while the latest one is 10.2.0). As an alternative of relying to the system dependencies we can use `FetchContent` in order to download `fmt` during the configuration step. The downside of this is that we'll have to build `fmt` as part of building `avro-cpp` (although the library is very small and doesn't have dependencies on its own). The upside of that is that we won't be relying on the system package `libfmt-dev` and developers wouldn't need to install it themselves. WDYT? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
