Skip to content

Commit dfc1a40

Browse files
committed
fix build?
1 parent 31706b8 commit dfc1a40

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ if(FIND_PM_DEPS)
4747
endif()
4848

4949
find_package(ArgumentParser CONFIG REQUIRED)
50+
find_package(Crypto CONFIG REQUIRED)
5051
find_package(SwiftDriver CONFIG REQUIRED)
5152
endif()
5253

Package.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,5 +314,6 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
314314
.package(path: "../swift-tools-support-core"),
315315
.package(path: "../swift-argument-parser"),
316316
.package(path: "../swift-driver"),
317+
.package(path: "../swift-crypto"),
317318
]
318319
}

Sources/PackageCollections/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ target_link_libraries(PackageCollections PUBLIC
3333
TSCBasic
3434
TSCUtility
3535
Basics
36+
Crypto
3637
PackageModel
3738
SourceControl)
3839
# NOTE(compnerd) workaround for CMake not setting up include flags yet

0 commit comments

Comments
 (0)