File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
Sources/PackageCollections Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ if(FIND_PM_DEPS)
47
47
endif ()
48
48
49
49
find_package (ArgumentParser CONFIG REQUIRED )
50
+ find_package (Crypto CONFIG REQUIRED )
50
51
find_package (SwiftDriver CONFIG REQUIRED )
51
52
endif ()
52
53
Original file line number Diff line number Diff line change @@ -314,5 +314,6 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
314
314
. package ( path: " ../swift-tools-support-core " ) ,
315
315
. package ( path: " ../swift-argument-parser " ) ,
316
316
. package ( path: " ../swift-driver " ) ,
317
+ . package ( path: " ../swift-crypto " ) ,
317
318
]
318
319
}
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ target_link_libraries(PackageCollections PUBLIC
33
33
TSCBasic
34
34
TSCUtility
35
35
Basics
36
+ Crypto
36
37
PackageModel
37
38
SourceControl )
38
39
# NOTE(compnerd) workaround for CMake not setting up include flags yet
You can’t perform that action at this time.
0 commit comments