File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 1
1
set (swift_stdlib_unittest_compile_flags )
2
2
3
- # TODO: support this on non-POSIX platforms. It cannot be currently as it
4
- # depends on pthreads.
5
3
add_swift_target_library (swiftStdlibCollectionUnittest ${SWIFT_STDLIB_LIBRARY_BUILD_TYPES} IS_STDLIB
6
4
# This file should be listed the first. Module name is inferred from the
7
5
# filename.
@@ -24,8 +22,8 @@ add_swift_target_library(swiftStdlibCollectionUnittest ${SWIFT_STDLIB_LIBRARY_BU
24
22
SWIFT_MODULE_DEPENDS_FREEBSD Glibc
25
23
SWIFT_MODULE_DEPENDS_CYGWIN Glibc
26
24
SWIFT_MODULE_DEPENDS_HAIKU Glibc
25
+ SWIFT_MODULE_DEPENDS_WINDOWS MSVCRT
27
26
SWIFT_COMPILE_FLAGS ${swift_stdlib_unittest_compile_flags}
28
- TARGET_SDKS ALL_POSIX_PLATFORMS
29
27
INSTALL_IN_COMPONENT stdlib-experimental
30
28
DARWIN_INSTALL_NAME_DIR "${SWIFT_DARWIN_STDLIB_PRIVATE_INSTALL_NAME_DIR} " )
31
29
Original file line number Diff line number Diff line change 1
1
set (swift_stdlib_unittest_compile_flags )
2
2
3
- # TODO: support this on non-POSIX platforms. It cannot be currently as it
4
- # depends on pthreads.
5
3
add_swift_target_library (swiftStdlibUnicodeUnittest ${SWIFT_STDLIB_LIBRARY_BUILD_TYPES} IS_STDLIB
6
4
# This file should be listed the first. Module name is inferred from the
7
5
# filename.
@@ -13,8 +11,8 @@ add_swift_target_library(swiftStdlibUnicodeUnittest ${SWIFT_STDLIB_LIBRARY_BUILD
13
11
SWIFT_MODULE_DEPENDS_FREEBSD Glibc
14
12
SWIFT_MODULE_DEPENDS_CYGWIN Glibc
15
13
SWIFT_MODULE_DEPENDS_HAIKU Glibc
14
+ SWIFT_MODULE_DEPENDS_WINDOWS MSVCRT
16
15
SWIFT_COMPILE_FLAGS ${swift_stdlib_unittest_compile_flags}
17
- TARGET_SDKS ALL_POSIX_PLATFORMS
18
16
INSTALL_IN_COMPONENT stdlib-experimental
19
17
DARWIN_INSTALL_NAME_DIR "${SWIFT_DARWIN_STDLIB_PRIVATE_INSTALL_NAME_DIR} " )
20
18
You can’t perform that action at this time.
0 commit comments