From 62463b047495ac386df1432e57c7a4835fe6225b Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Tue, 20 Jul 2021 17:25:24 -0700 Subject: [PATCH] build: add the ability to pass in SwiftCollections This allows building against SwiftCollections from a build tree when building with SwiftPM from a build tree. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index aa1f3acdb..aed24a68d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,6 +23,7 @@ find_package(IndexStoreDB QUIET) find_package(SwiftPM QUIET) find_package(LLBuild QUIET) find_package(ArgumentParser CONFIG REQUIRED) +find_package(SwiftCollections QUIET) include(SwiftSupport)