File tree Expand file tree Collapse file tree 3 files changed +0
-124
lines changed Expand file tree Collapse file tree 3 files changed +0
-124
lines changed Original file line number Diff line number Diff line change @@ -96,9 +96,6 @@ endforeach()
96
96
message (STATUS "plist[${StdlibSources} /Info.plist.in] -> Core/Info.plist.in" )
97
97
copy_files ("" "Core" FILES "Info.plist.in" )
98
98
99
- message (STATUS "plist[${StdlibSources} /Info.plist.in] -> Supplemental/Synchronization/Info.plist.in" )
100
- copy_files ("" "Supplemental/Synchronization" FILES "Info.plist.in" )
101
-
102
99
# Platform Overlays
103
100
104
101
# Copy magic linker symbols
@@ -156,8 +153,6 @@ copy_files(public/Platform Overlay/Windows/CRT
156
153
# libraries, and test support libraries.
157
154
158
155
# Supplemental Libraries
159
- copy_library_sources ("Synchronization" "public" "Supplemental" )
160
-
161
156
162
157
# Copy StringProcessing, RegexParser, RegexBuilder
163
158
if (NOT DEFINED StringProcessing_ROOT_DIR )
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ endif()
22
22
23
23
set (COMMON_OPTIONS
24
24
-DBUILD_SHARED_LIBS=${BUILD_SHARED_LIBS}
25
- -DSwift_SDKROOT=${Swift_SDKROOT}
26
25
-DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}
27
26
-DCMAKE_INSTALL_LIBDIR=${CMAKE_INSTALL_LIBDIR}
28
27
-DCMAKE_INSTALL_NAME_DIR=${CMAKE_INSTALL_NAME_DIR}
@@ -48,14 +47,3 @@ if(SwiftRuntime_ENABLE_stringprocessing)
48
47
CMAKE_ARGS
49
48
${COMMON_OPTIONS} )
50
49
endif ()
51
-
52
- # Synchronization
53
- if (SwiftRuntime_ENABLE_synchronization )
54
- ExternalProject_Add (Synchronization
55
- PREFIX "Synchronization"
56
- SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR} /Synchronization"
57
- INSTALL_DIR "${CMAKE_INSTALL_PREFIX} "
58
- INSTALL_COMMAND ""
59
- CMAKE_ARGS
60
- ${COMMON_OPTIONS} )
61
- endif ()
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments