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 eba9e5b commit 7a87ccbCopy full SHA for 7a87ccb
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