Skip to content

Commit f11ecde

Browse files
committed
build: remove unnecessary set_target_property
Now that `_add_swift_host_library_single` only deals with host libraries, it is no longer mutating the name of the library target. This `set_target_property` is no longer needed.
1 parent 56e58b4 commit f11ecde

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

cmake/modules/AddSwift.cmake

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -842,11 +842,6 @@ function(_add_swift_host_library_single target)
842842
set_target_properties("${target}" PROPERTIES BUILD_WITH_INSTALL_RPATH YES)
843843
set_target_properties("${target}" PROPERTIES FOLDER "Swift libraries")
844844

845-
set_target_properties(${target}
846-
PROPERTIES
847-
# Library name (without the variant information)
848-
OUTPUT_NAME ${target})
849-
850845
# Handle linking and dependencies.
851846
add_dependencies_multiple_targets(
852847
TARGETS "${target}"

0 commit comments

Comments
 (0)