cmake: exclude fmt10 #921

Merged
abouvier merged 1 commit from patch-1 into main 2023-07-30 19:15:44 -04:00
abouvier commented 2023-07-30 04:27:25 -04:00 (Migrated from github.com)
Related to https://github.com/cemu-project/Cemu/issues/919 and https://github.com/cemu-project/Cemu/issues/920.
Exzap commented 2023-07-30 19:15:48 -04:00 (Migrated from github.com)

Interesting that this works. Thanks for the contribution!

Interesting that this works. Thanks for the contribution!
Exzap commented 2023-07-30 19:18:43 -04:00 (Migrated from github.com)

Does this actually fix the issue on arch? I was under the impression that only fmt 10 is available now

Does this actually fix the issue on arch? I was under the impression that only fmt 10 is available now
abouvier commented 2023-07-30 23:59:27 -04:00 (Migrated from github.com)

No, but I created a fmt9 package on the AUR in the meantime. But if you have both fmt and fmt9 installed, CMake will pick the fmt10 version without this fix because fmt actually accept anything.

No, but I created a [fmt9](https://aur.archlinux.org/packages/fmt9) package on the AUR in the meantime. But if you have both `fmt` and `fmt9` installed, CMake will pick the `fmt10` version without this fix because `fmt` actually [accept anything](https://github.com/fmtlib/fmt/blob/757564f5cd2fa78b634dd698c63dbf069818e6fd/CMakeLists.txt#L366).
alba4k commented 2023-07-31 05:19:38 -04:00 (Migrated from github.com)

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

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
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: cemu-project_Mirror/Cemu-2024-03-05#921
No description provided.