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: Fix unexpected CMake variable expansion for "WASI"
CMake 3.31 introduced a new variable `WASI` that conflicts with the
sdk name in `SWIFT_SDKS` CMake variable in our build system. With CMake
3.31 and later, tests of `--build-wasm-stdlib` fail because
`if(${SDK} STREQUAL "WASI")` always evaluates to false.
https://cmake.org/cmake/help/v3.31/variable/WASI.html
0 commit comments