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 recently introduced a new variable `WASI` to check if the target
platform is WASI (https://gitlab.kitware.com/cmake/cmake/-/merge_requests/9659).
However, the change led to `WASI` being expanded as a variable, which
is not what we want in checking the platform name.
To have compatibility with older and newer versions of CMake, we should
quote the string `WASI` to prevent it from being expanded as a variable.
0 commit comments