Skip to content

Commit 7c9ccf2

Browse files
authored
Merge pull request #419 from compnerd/collections
build: add the ability to pass in SwiftCollections
2 parents 0f0647a + 62463b0 commit 7c9ccf2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ find_package(IndexStoreDB QUIET)
2323
find_package(SwiftPM QUIET)
2424
find_package(LLBuild QUIET)
2525
find_package(ArgumentParser CONFIG REQUIRED)
26+
find_package(SwiftCollections QUIET)
2627

2728
include(SwiftSupport)
2829

0 commit comments

Comments
 (0)