Skip to content

Commit 2947f75

Browse files
authored
Merge pull request #23928 from gottesmm/pr-26093de826f5b69a08f010969911263734b51e8c
[cmake] Remove stdlib-experimental from the default install components.
2 parents d88419d + 39846a3 commit 2947f75

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)