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 42619c3 + b901341 commit bd5a466Copy full SHA for bd5a466
cmake/modules/AddSwift.cmake
@@ -843,9 +843,6 @@ function(_add_swift_library_single target name)
843
LINK_FLAGS " ${link_flags} -L${SWIFTLIB_DIR}/${SWIFTLIB_SINGLE_SUBDIR} -L${SWIFT_NATIVE_SWIFT_TOOLS_PATH}/../lib/swift/${SWIFTLIB_SINGLE_SUBDIR} -L${SWIFT_NATIVE_SWIFT_TOOLS_PATH}/../lib/swift/${SWIFT_SDK_${SWIFTLIB_SINGLE_SDK}_LIB_SUBDIR}")
844
target_link_libraries("${target}" PRIVATE
845
${SWIFTLIB_SINGLE_PRIVATE_LINK_LIBRARIES})
846
- if(${SWIFTLIB_SINGLE_INTERFACE_LINK_LIBRARIES})
847
- message(FATAL_ERROR "${SWIFTLIB_SINGLE_INTERFACE_LINK_LIBRARIES}")
848
- endif()
849
target_link_libraries("${target}" INTERFACE
850
${SWIFTLIB_SINGLE_INTERFACE_LINK_LIBRARIES})
851
set_property(TARGET "${target}" PROPERTY
0 commit comments