Skip to content

Commit dbd4ea0

Browse files
committed
build: remove unreferenced variable in _add_swift_host_library_single
1 parent cefb90d commit dbd4ea0

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
@@ -913,9 +913,6 @@ function(_add_swift_host_library_single target name)
913913
LIBRARY_SEARCH_DIRECTORIES_VAR_NAME library_search_directories
914914
)
915915

916-
# Configure plist creation for OS X.
917-
set(PLIST_INFO_PLIST "Info.plist" CACHE STRING "Plist name")
918-
919916
# Set compilation and link flags.
920917
if(SWIFTLIB_SINGLE_SDK STREQUAL WINDOWS)
921918
swift_windows_include_for_arch(${SWIFTLIB_SINGLE_ARCHITECTURE}

0 commit comments

Comments
 (0)