Skip to content

Commit e2d4208

Browse files
authored
[test] Make BlocksRuntimeStubs use never_install component. (#70545)
For some reason, 4 years ago, in ea90256 I added this target to `dev`, which does not make sense because these stubs are only intended for testing. Make them `never_install` to avoid distributing them when doing `install-dev`.
1 parent 154454e commit e2d4208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/private/BlocksRuntimeStubs/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ foreach(SDK ${SWIFT_SDKS})
1717
SHARED NOSWIFTRT
1818
ARCHITECTURE ${ARCH}
1919
SDK ${SDK}
20-
INSTALL_IN_COMPONENT dev
20+
INSTALL_IN_COMPONENT never_install
2121
BlocksRuntime.c
2222
)
2323
set_target_properties(BlocksRuntimeStub${VARIANT_SUFFIX} PROPERTIES

0 commit comments

Comments
 (0)