Skip to content

Commit bd5a466

Browse files
committed
Merge pull request #2593 from gottesmm/cmake_remove_stray_debug_statement
[cmake] Remove debug statement that snuck in.
2 parents 42619c3 + b901341 commit bd5a466

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cmake/modules/AddSwift.cmake

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -843,9 +843,6 @@ function(_add_swift_library_single target name)
843843
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}")
844844
target_link_libraries("${target}" PRIVATE
845845
${SWIFTLIB_SINGLE_PRIVATE_LINK_LIBRARIES})
846-
if(${SWIFTLIB_SINGLE_INTERFACE_LINK_LIBRARIES})
847-
message(FATAL_ERROR "${SWIFTLIB_SINGLE_INTERFACE_LINK_LIBRARIES}")
848-
endif()
849846
target_link_libraries("${target}" INTERFACE
850847
${SWIFTLIB_SINGLE_INTERFACE_LINK_LIBRARIES})
851848
set_property(TARGET "${target}" PROPERTY

0 commit comments

Comments
 (0)