Commit c807b3b
committed
CMake: Use
The `WASI` variable is only available in the bleeding-edge CMake and not
released versions yet
(https://gitlab.kitware.com/cmake/cmake/-/merge_requests/9659).
So, we should use the old way for now.CMAKE_SYSTEM_NAME STREQUAL "WASI" instead of WASI
1 parent 9693475 commit c807b3b
File tree
1 file changed
+1
-1
lines changed1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
0 commit comments