Skip to content

Commit e495eed

Browse files
authored
test/CMakeLists.txt: add support for WASI SDK (#67474)
WASI SDK should be supported in `test/CMakeLists.txt` like the rest of the SDKs for us to be able to build tests for this platform.
1 parent 29fa1c0 commit e495eed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@ function(get_test_dependencies SDK result_var_name)
111111
("${SDK}" STREQUAL "OPENBSD") OR
112112
("${SDK}" STREQUAL "ANDROID") OR
113113
("${SDK}" STREQUAL "WINDOWS") OR
114-
("${SDK}" STREQUAL "HAIKU"))
114+
("${SDK}" STREQUAL "HAIKU") OR
115+
("${SDK}" STREQUAL "WASI"))
115116
# No extra dependencies.
116117
else()
117118
message(FATAL_ERROR "Unknown SDK: ${SDK}")

0 commit comments

Comments
 (0)