Skip to content

Commit fcb0ee5

Browse files
committed
build: remove ALL_POSIX_PLATFORMS which is no longer used
Cleanup some CMake logic that we no longer need as the entire code base now builds on all the targets.
1 parent 569c8af commit fcb0ee5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmake/modules/AddSwift.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1693,7 +1693,6 @@ function(add_swift_target_library name)
16931693
if("${SWIFTLIB_TARGET_SDKS}" STREQUAL "")
16941694
set(SWIFTLIB_TARGET_SDKS ${SWIFT_SDKS})
16951695
endif()
1696-
list_replace(SWIFTLIB_TARGET_SDKS ALL_POSIX_PLATFORMS "ALL_APPLE_PLATFORMS;ANDROID;CYGWIN;FREEBSD;LINUX;HAIKU")
16971696
list_replace(SWIFTLIB_TARGET_SDKS ALL_APPLE_PLATFORMS "${SWIFT_APPLE_PLATFORMS}")
16981697

16991698
# All Swift code depends on the standard library, except for the standard

0 commit comments

Comments
 (0)