Actions
Emulator Issues #13975
closedIncorrect fmt version check
Emulator Issues #13975:
Incorrect fmt version check
Status:
Fixed
Priority:
Normal
Assignee:
-
% Done:
0%
Operating system:
N/A
Issue type:
Bug
Milestone:
Regression:
No
Relates to usability:
No
Relates to performance:
No
Easy:
No
Relates to maintainability:
No
Regression start:
Fixed in:
2603-71
Description
You have CMake checking for fmt >= 10.1, but the source files include <fmt/base.h> which wasn't added until version 11.
I was experiencing build failures on Debian Trixie (which currently provides version 10.1.1 via apt) until I removed the apt-installed version.
Updated by JoshuaVandaele about 2 months ago
- Status changed from New to Fixed
Updated by JosJuice about 2 months ago
- Fixed in set to 2603-71
Actions