Skip to content

Commit e840dab

Browse files
committed
Add SwiftASN1 as dep in CMakeLists file
SwiftPM has added Crypto related functionality to Workspace to support signing of the swift-syntax prebuilts manifest signing. This breaks sourcekit-lsp builds on Windows complaining about SwiftASN1 being missing. Adding a clause here to match the one in SwiftPM's CMakeLists.txt file.
1 parent 71c205d commit e840dab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ find_package(ArgumentParser CONFIG REQUIRED)
2525
find_package(SwiftCollections QUIET)
2626
find_package(SwiftSyntax CONFIG REQUIRED)
2727
find_package(SwiftCrypto CONFIG REQUIRED)
28+
find_package(SwiftASN1 CONFIG REQUIRED)
2829

2930
include(SwiftSupport)
3031

0 commit comments

Comments
 (0)