Commit 2bbaef2
fix(build-deps): allow CMake 4 to configure SDL_ttf's vendored FreeType
CMake 4 (macOS runners) refuses cmake_minimum_required() < 3.5, which the
vendored FreeType still declares. Pass CMAKE_POLICY_VERSION_MINIMUM=3.5 to
both configures; older CMake ignores it.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01MUTzu6jHYKbLMbdpWdbhNL1 parent d232122 commit 2bbaef2
1 file changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
50 | 52 | | |
51 | 53 | | |
52 | 54 | | |
53 | 55 | | |
54 | 56 | | |
55 | | - | |
| 57 | + | |
56 | 58 | | |
57 | 59 | | |
58 | 60 | | |
| |||
0 commit comments