Commit 4451d32
Felipe Torrezan
Fix: set CMake for cross-compiling (#21)
We set CMAKE_SYSTEM_NAME to Generic to prevent CMake from
overwriting it with the host's system name (e.g., amd64) when
cross-compiling with the IAR compiler.
This commit reverts changes performed on 16bed53 during cleanup.
Fix #20.1 parent be355cf commit 4451d32
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
11 | 14 | | |
12 | 15 | | |
13 | 16 | | |
| |||
0 commit comments