Skip to content

Commit 7cab446

Browse files
authored
Merge pull request swiftlang#39234 from DougGregor/no-link-stdlib-unittest-to-distributed
2 parents f0dbb8c + 7a87ccb commit 7cab446

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

stdlib/private/StdlibUnittest/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ if (SWIFT_ENABLE_EXPERIMENTAL_CONCURRENCY)
1616
list(APPEND swift_stdlib_unittest_link_libraries "swift_Concurrency")
1717
list(APPEND swift_stdlib_unittest_modules "_Concurrency")
1818
endif()
19-
if (SWIFT_ENABLE_EXPERIMENTAL_DISTRIBUTED)
20-
list(APPEND swift_stdlib_unittest_link_libraries "swift_Distributed")
21-
endif()
2219

2320
add_swift_target_library(swiftStdlibUnittest ${SWIFT_STDLIB_LIBRARY_BUILD_TYPES} IS_STDLIB
2421
# This file should be listed the first. Module name is inferred from the

0 commit comments

Comments
 (0)