Skip to content

Commit 21a9455

Browse files
committed
Revert "[cmake] add Synchronization library to Supplemental build (swiftlang#81310)"
This reverts commit 50e3070.
1 parent 43d2288 commit 21a9455

File tree

3 files changed

+0
-124
lines changed

3 files changed

+0
-124
lines changed

Runtimes/Resync.cmake

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,6 @@ endforeach()
9696
message(STATUS "plist[${StdlibSources}/Info.plist.in] -> Core/Info.plist.in")
9797
copy_files("" "Core" FILES "Info.plist.in")
9898

99-
message(STATUS "plist[${StdlibSources}/Info.plist.in] -> Supplemental/Synchronization/Info.plist.in")
100-
copy_files("" "Supplemental/Synchronization" FILES "Info.plist.in")
101-
10299
# Platform Overlays
103100

104101
# Copy magic linker symbols
@@ -156,8 +153,6 @@ copy_files(public/Platform Overlay/Windows/CRT
156153
# libraries, and test support libraries.
157154

158155
# Supplemental Libraries
159-
copy_library_sources("Synchronization" "public" "Supplemental")
160-
161156

162157
# Copy StringProcessing, RegexParser, RegexBuilder
163158
if(NOT DEFINED StringProcessing_ROOT_DIR)

Runtimes/Supplemental/CMakeLists.txt

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ endif()
2222

2323
set(COMMON_OPTIONS
2424
-DBUILD_SHARED_LIBS=${BUILD_SHARED_LIBS}
25-
-DSwift_SDKROOT=${Swift_SDKROOT}
2625
-DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}
2726
-DCMAKE_INSTALL_LIBDIR=${CMAKE_INSTALL_LIBDIR}
2827
-DCMAKE_INSTALL_NAME_DIR=${CMAKE_INSTALL_NAME_DIR}
@@ -48,14 +47,3 @@ if(SwiftRuntime_ENABLE_stringprocessing)
4847
CMAKE_ARGS
4948
${COMMON_OPTIONS})
5049
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()

Runtimes/Supplemental/Synchronization/CMakeLists.txt

Lines changed: 0 additions & 107 deletions
This file was deleted.

0 commit comments

Comments
 (0)