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.
_add_swift_host_library_single
1 parent cefb90d commit dbd4ea0Copy full SHA for dbd4ea0
cmake/modules/AddSwift.cmake
@@ -913,9 +913,6 @@ function(_add_swift_host_library_single target name)
913
LIBRARY_SEARCH_DIRECTORIES_VAR_NAME library_search_directories
914
)
915
916
- # Configure plist creation for OS X.
917
- set(PLIST_INFO_PLIST "Info.plist" CACHE STRING "Plist name")
918
-
919
# Set compilation and link flags.
920
if(SWIFTLIB_SINGLE_SDK STREQUAL WINDOWS)
921
swift_windows_include_for_arch(${SWIFTLIB_SINGLE_ARCHITECTURE}
0 commit comments