Commit 14b5601
cmake: disable ImGui on macOS to fix CI build
ImGui C++ headers get pulled into C compilation units on macOS,
causing 'unknown type name constexpr' errors. Disable ImGui
inspector on macOS until the include/language boundary is fixed.
Co-authored-by: Tim Fox <timfox@outlook.com>1 parent 977866e commit 14b5601
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1582 | 1582 | | |
1583 | 1583 | | |
1584 | 1584 | | |
1585 | | - | |
| 1585 | + | |
| 1586 | + | |
1586 | 1587 | | |
1587 | 1588 | | |
1588 | 1589 | | |
| |||
0 commit comments