File tree Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,6 @@ if(SWIFT_SERIALIZE_STDLIB_UNITTEST)
3
3
list (APPEND swift_stdlib_unittest_compile_flags "-Xfrontend" "-sil-serialize-all" )
4
4
endif ()
5
5
6
- set (swift_stdlib_unittest_framework_depends )
7
- if (SWIFT_HOST_VARIANT MATCHES "${SWIFT_DARWIN_VARIANTS} " )
8
- list (APPEND swift_stdlib_unittest_framework_depends
9
- Foundation )
10
- endif ()
11
-
12
6
# TODO: support this on non-POSIX platforms. It cannot be currently as it
13
7
# depends on pthreads.
14
8
add_swift_library (swiftStdlibCollectionUnittest ${SWIFT_STDLIB_LIBRARY_BUILD_TYPES} IS_STDLIB
@@ -31,6 +25,5 @@ add_swift_library(swiftStdlibCollectionUnittest ${SWIFT_STDLIB_LIBRARY_BUILD_TYP
31
25
SWIFT_MODULE_DEPENDS StdlibUnittest
32
26
SWIFT_COMPILE_FLAGS ${swift_stdlib_unittest_compile_flags}
33
27
TARGET_SDKS ALL_POSIX_PLATFORMS
34
- FRAMEWORK_DEPENDS ${swift_stdlib_unittest_framework_depends}
35
28
INSTALL_IN_COMPONENT stdlib-experimental )
36
29
Original file line number Diff line number Diff line change @@ -8,12 +8,6 @@ if(SWIFT_SERIALIZE_STDLIB_UNITTEST)
8
8
list (APPEND swift_stdlib_unittest_compile_flags "-Xfrontend" "-sil-serialize-all" )
9
9
endif ()
10
10
11
- # TODO: extend this through a similar mechanism to SWIFT_MODULE_DEPENDS
12
- set (swift_stdlib_unittest_framework_depends )
13
- if (SWIFT_HOST_VARIANT MATCHES "${SWIFT_DARWIN_VARIANTS} " )
14
- list (APPEND swift_stdlib_unittest_framework_depends Foundation )
15
- endif ()
16
-
17
11
# TODO: support this on non-POSIX platforms. It cannot be currently as it
18
12
# depends on pthreads.
19
13
add_swift_library (swiftStdlibUnittest ${SWIFT_STDLIB_LIBRARY_BUILD_TYPES} IS_STDLIB
@@ -43,6 +37,5 @@ add_swift_library(swiftStdlibUnittest ${SWIFT_STDLIB_LIBRARY_BUILD_TYPES} IS_STD
43
37
SWIFT_MODULE_DEPENDS_FREEBSD Glibc
44
38
SWIFT_COMPILE_FLAGS ${swift_stdlib_unittest_compile_flags}
45
39
TARGET_SDKS ALL_POSIX_PLATFORMS
46
- FRAMEWORK_DEPENDS ${swift_stdlib_unittest_framework_depends}
47
40
INSTALL_IN_COMPONENT stdlib-experimental )
48
41
You can’t perform that action at this time.
0 commit comments