Skip to content

Commit 3c9bb5a

Browse files
committed
build: remove DARWIN_INSTALL_NAME_DIR from _add_swift_host_library_single
1 parent 7235462 commit 3c9bb5a

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
@@ -715,7 +715,6 @@ function(_add_swift_host_library_single target name)
715715
set(SWIFTLIB_SINGLE_single_parameter_options
716716
ARCHITECTURE
717717
INSTALL_IN_COMPONENT
718-
DARWIN_INSTALL_NAME_DIR
719718
SDK)
720719
set(SWIFTLIB_SINGLE_multiple_parameter_options
721720
GYB_SOURCES
@@ -884,10 +883,6 @@ function(_add_swift_host_library_single target name)
884883
set(install_name_dir "@rpath")
885884
endif()
886885

887-
if(SWIFTLIB_SINGLE_DARWIN_INSTALL_NAME_DIR)
888-
set(install_name_dir "${SWIFTLIB_SINGLE_DARWIN_INSTALL_NAME_DIR}")
889-
endif()
890-
891886
set_target_properties("${target}"
892887
PROPERTIES
893888
INSTALL_NAME_DIR "${install_name_dir}")

0 commit comments

Comments
 (0)