Skip to content

Update fmt's version for external to match internal.

Why aren't the version numbers being updated for both Internal and External at the same time? In my experience, VTK refuses to build when using an external module that doesn't match the expected number. The file is insisting on an old 9.0.0 when the internal vendored fmt has already been pushed to 10+.

Is there some flag that I'm not aware of, that everyone uses to ignore the version limit for external modules?

Merge request reports