Skip to content

Commit 4f4755f

Browse files
authored
Merge pull request #30286 from drexin/wip-move-swift-source
Move SwiftSource.cmake to stdlib
2 parents 3a9969c + 6dc4329 commit 4f4755f

File tree

4 files changed

+1
-2
lines changed

4 files changed

+1
-2
lines changed

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,6 @@ endif()
477477
include(SwiftComponents)
478478
include(SwiftHandleGybSources)
479479
include(SwiftSetIfArchBitness)
480-
include(SwiftSource)
481480
include(AddSwift)
482481
include(SwiftConfigureSDK)
483482
include(SwiftComponents)

cmake/modules/StandaloneOverlay.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ include(SwiftSharedCMakeConfig)
112112
include(AddSwift)
113113
include(SwiftHandleGybSources)
114114
include(SwiftConfigureSDK)
115-
include(SwiftSource)
116115
include(SwiftComponents)
117116
include(DarwinSDKs)
118117

stdlib/cmake/modules/AddSwiftStdlib.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11

22
include(AddSwift)
3+
include(SwiftSource)
34

45
# Add a universal binary target created from the output of the given
56
# set of targets by running 'lipo'.

0 commit comments

Comments
 (0)