File tree Expand file tree Collapse file tree 4 files changed +0
-14
lines changed
Expand file tree Collapse file tree 4 files changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -98,8 +98,6 @@ FetchContent_MakeAvailable(SwiftFoundationICU SwiftFoundation)
9898include (CheckLinkerFlag)
9999include (CheckSymbolExists)
100100
101- check_linker_flag(C "LINKER:--build-id=sha1" LINKER_SUPPORTS_BUILD_ID)
102-
103101# Detect if the system libc defines symbols for these functions.
104102# If it is not availble, swift-corelibs-foundation has its own implementations
105103# that will be used. If it is available, it should not redefine them.
Original file line number Diff line number Diff line change @@ -175,9 +175,5 @@ if(dispatch_FOUND)
175175 swiftDispatch)
176176endif ()
177177
178- if (LINKER_SUPPORTS_BUILD_ID)
179- target_link_options (Foundation PRIVATE "LINKER:--build-id=sha1" )
180- endif ()
181-
182178set_property (GLOBAL APPEND PROPERTY Foundation_EXPORTS Foundation)
183179_foundation_install_target(Foundation)
Original file line number Diff line number Diff line change @@ -77,9 +77,5 @@ set_target_properties(FoundationNetworking PROPERTIES
7777 INSTALL_RPATH "$ORIGIN"
7878 INSTALL_REMOVE_ENVIRONMENT_RPATH ON )
7979
80- if (LINKER_SUPPORTS_BUILD_ID)
81- target_link_options (FoundationNetworking PRIVATE "LINKER:--build-id=sha1" )
82- endif ()
83-
8480set_property (GLOBAL APPEND PROPERTY Foundation_EXPORTS FoundationNetworking)
8581_foundation_install_target(FoundationNetworking)
Original file line number Diff line number Diff line change @@ -50,9 +50,5 @@ set_target_properties(FoundationXML PROPERTIES
5050 INSTALL_RPATH "$ORIGIN"
5151 INSTALL_REMOVE_ENVIRONMENT_RPATH ON )
5252
53- if (LINKER_SUPPORTS_BUILD_ID)
54- target_link_options (FoundationXML PRIVATE "LINKER:--build-id=sha1" )
55- endif ()
56-
5753set_property (GLOBAL APPEND PROPERTY Foundation_EXPORTS FoundationXML)
5854_foundation_install_target(FoundationXML)
You can’t perform that action at this time.
0 commit comments