Skip to content

Commit 39846a3

Browse files
committed
[cmake] Remove stdlib-experimental from the default install components.
These are mostly private stdlib APIs. It doesn't really make sense to install private stdlib APIs by default.
1 parent 8e5dbcf commit 39846a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/modules/SwiftComponents.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ if(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
8484
else()
8585
list(REMOVE_ITEM _SWIFT_DEFAULT_COMPONENTS "sourcekit-xpc-service")
8686
endif()
87+
list(REMOVE_ITEM _SWIFT_DEFAULT_COMPONENTS "stdlib-experimental")
8788

8889
macro(swift_configure_components)
8990
# Set the SWIFT_INSTALL_COMPONENTS variable to the default value if it is not passed in via -D

0 commit comments

Comments
 (0)