Skip to content

Commit 6b43447

Browse files
authored
build: remove Yams references from SPM (#2969)
Yams is not directly used by swift-package-manager. Remove the unnecessary check and linkage.
1 parent f0dcf2a commit 6b43447

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ endif()
4747
find_package(dispatch QUIET)
4848
find_package(Foundation QUIET)
4949

50-
find_package(Yams CONFIG REQUIRED)
5150
find_package(ArgumentParser CONFIG REQUIRED)
5251
find_package(SwiftDriver CONFIG REQUIRED)
5352

Sources/Build/CMakeLists.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ target_link_libraries(Build PUBLIC
1818
TSCBasic
1919
PackageGraph
2020
LLBuildManifest
21-
SPMBuildCore
22-
CYaml
23-
Yams)
21+
SPMBuildCore)
2422
target_link_libraries(Build PRIVATE
2523
SwiftDriver)
2624

0 commit comments

Comments
 (0)