Closed felipe-iar closed 1 year ago
We set CMAKE_SYSTEM_NAME to Generic in order to prevent CMake from overwriting it with the host's system name (e.g., amd64) when cross-compiling with the IAR compiler.
CMAKE_SYSTEM_NAME
Generic
amd64
This commit reverts changes performed on 16bed53 during cleanup.
Fix #20.
We set
CMAKE_SYSTEM_NAME
toGeneric
in order 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.