cmake: exclude fmt10 #921
Loading…
Reference in a new issue
No description provided.
Delete branch "patch-1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Related to https://github.com/cemu-project/Cemu/issues/919 and https://github.com/cemu-project/Cemu/issues/920.
Interesting that this works. Thanks for the contribution!
Does this actually fix the issue on arch? I was under the impression that only fmt 10 is available now
No, but I created a fmt9 package on the AUR in the meantime. But if you have both
fmt
andfmt9
installed, CMake will pick thefmt10
version without this fix becausefmt
actually accept anything.This is still a workaround however, as forcing an old library version is not a solution (in the long term)
But yea having an outdated dependency is with no doubt better than refusing to compile ahah