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.
2 parents f0dbb8c + 7a87ccb commit 7cab446Copy full SHA for 7cab446
stdlib/private/StdlibUnittest/CMakeLists.txt
@@ -16,9 +16,6 @@ if (SWIFT_ENABLE_EXPERIMENTAL_CONCURRENCY)
16
list(APPEND swift_stdlib_unittest_link_libraries "swift_Concurrency")
17
list(APPEND swift_stdlib_unittest_modules "_Concurrency")
18
endif()
19
-if (SWIFT_ENABLE_EXPERIMENTAL_DISTRIBUTED)
20
- list(APPEND swift_stdlib_unittest_link_libraries "swift_Distributed")
21
-endif()
22
23
add_swift_target_library(swiftStdlibUnittest ${SWIFT_STDLIB_LIBRARY_BUILD_TYPES} IS_STDLIB
24
# This file should be listed the first. Module name is inferred from the
0 commit comments