This makes it possible to crosscompile runtimes with cl.exe on Windows.
An external project is completely misconfigured otherwise because cmake_args is set only for native builds or builds crosscompiled with clang.
Differential D122578
[cmake] fill `cmake_args` when crosscompiling external project with non-clang compiler lxbndr on Mar 28 2022, 5:40 AM. Authored by
Details This makes it possible to crosscompile runtimes with cl.exe on Windows. An external project is completely misconfigured otherwise because cmake_args is set only for native builds or builds crosscompiled with clang.
Diff Detail
|