I am getting
format.h(762,44):error C2220: the following warning is treated as an error format.h(762,44): warning C4910: 'fmt::v6::detail::basic_data<void>': '__declspec(dllexport)' and 'extern' are incompatible on an explicit instantiation
when trying to compile fmt via cmake.
No special options are set.