Skip to content

Commit

Permalink
build: remove SwiftSystem check
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
compnerd committed Jan 20, 2025
1 parent aeb6c14 commit ca55e04
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ find_package(SwiftPM QUIET)
find_package(LLBuild QUIET)
find_package(ArgumentParser CONFIG REQUIRED)
find_package(SwiftCollections QUIET)
find_package(SwiftSystem CONFIG REQUIRED)
find_package(SwiftSyntax CONFIG REQUIRED)
find_package(SwiftCrypto CONFIG REQUIRED)

Expand Down

0 comments on commit ca55e04

Please sign in to comment.