Commit 1fd0251
chore: simplify SDL2 guard in examples/CMakeLists.txt
The EXISTS check for third-party/CMakeLists.txt was always true (the
file is tracked in git), so it added noise without guarding anything.
Drop it and trim the skip message to match.
Follow-up cleanup to the imgui FetchContent fix from 6fd1ea0 / #6.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 909ae80 commit 1fd0251
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
0 commit comments