Skip to content

Commit ca55e04

Browse files
committed
build: remove SwiftSystem check
The swift-system package is not used in SourceKit LSP. It was required to fulfil the dependencies for swift-package-manager. With the changes in swiftlang/swift-package-manager#8231 which internalised the SystemPackage import, we no longer need this to be provided.
1 parent aeb6c14 commit ca55e04

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ find_package(SwiftPM QUIET)
2323
find_package(LLBuild QUIET)
2424
find_package(ArgumentParser CONFIG REQUIRED)
2525
find_package(SwiftCollections QUIET)
26-
find_package(SwiftSystem CONFIG REQUIRED)
2726
find_package(SwiftSyntax CONFIG REQUIRED)
2827
find_package(SwiftCrypto CONFIG REQUIRED)
2928

0 commit comments

Comments
 (0)