We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 41a7667 + 9e30ae3 commit 839e68fCopy full SHA for 839e68f
cmake/modules/AddSwift.cmake
@@ -866,7 +866,7 @@ function(_add_swift_library_single target name)
866
${SWIFTLIB_SINGLE_IS_STDLIB_CORE_keyword}
867
${SWIFTLIB_SINGLE_IS_SDK_OVERLAY_keyword}
868
${embed_bitcode_arg}
869
- INSTALL_IN_COMPONENT "${SWIFTLIB_INSTALL_IN_COMPONENT}")
+ INSTALL_IN_COMPONENT "${SWIFTLIB_SINGLE_INSTALL_IN_COMPONENT}")
870
add_swift_source_group("${SWIFTLIB_SINGLE_EXTERNAL_SOURCES}")
871
872
# If there were any swift sources, then a .swiftmodule may have been created.
0 commit comments