You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CMAKE_SYSTEM_NAME is defined on a cross build if the target is
recognized. Without this explicit definition cmake will assume that
we're building for the host platform which can bring in unwanted
compiler and linker flags.
Also, add a warning on cross builds with unknown target to aid in
cross builds for future platforms.
0 commit comments