Commit 5f9218b
authored
Revert setting CMAKE_SYSTEM_NAME=Linux when targeting Linux (#139)
Previously, this would set SYSTEM_NAME unconditionally whenever targeting Linux.
Unfortunately, Cmake unsets some other variables when SYSTEM_NAME is set;
in particular `CMAKE_SYSTEM_VERSION` and `CMAKE_SYSTEM_PROCESSOR`.
To avoid regressing other builds, this reverts the change; builds which
want to cross-compile to linux can set `SYSTEM_NAME` themselves.1 parent ea36e96 commit 5f9218b
1 file changed
+0
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
637 | 637 | | |
638 | 638 | | |
639 | 639 | | |
640 | | - | |
641 | | - | |
642 | | - | |
643 | | - | |
644 | 640 | | |
645 | 641 | | |
646 | 642 | | |
| |||
0 commit comments