We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29fa1c0 commit e495eedCopy full SHA for e495eed
test/CMakeLists.txt
@@ -111,7 +111,8 @@ function(get_test_dependencies SDK result_var_name)
111
("${SDK}" STREQUAL "OPENBSD") OR
112
("${SDK}" STREQUAL "ANDROID") OR
113
("${SDK}" STREQUAL "WINDOWS") OR
114
- ("${SDK}" STREQUAL "HAIKU"))
+ ("${SDK}" STREQUAL "HAIKU") OR
115
+ ("${SDK}" STREQUAL "WASI"))
116
# No extra dependencies.
117
else()
118
message(FATAL_ERROR "Unknown SDK: ${SDK}")
0 commit comments