From 3113bdbcc0afa0240443f028672d15e9d7177415 Mon Sep 17 00:00:00 2001 From: Doug Schaefer Date: Thu, 8 May 2025 15:07:07 -0400 Subject: [PATCH] Add SwiftASN1 as an explicit dependency on BuildSystemIntegration The SwiftPM smoke test still fails to build. I see the SwiftASN1 modules aren't getting added to the include path. Hopefully an explicit dependency will fix that. --- Sources/BuildSystemIntegration/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Sources/BuildSystemIntegration/CMakeLists.txt b/Sources/BuildSystemIntegration/CMakeLists.txt index eae79056f..7de03d3d6 100644 --- a/Sources/BuildSystemIntegration/CMakeLists.txt +++ b/Sources/BuildSystemIntegration/CMakeLists.txt @@ -35,7 +35,8 @@ target_link_libraries(BuildSystemIntegration PUBLIC PackageModel TSCBasic Build - SourceKitLSPAPI) + SourceKitLSPAPI + SwiftASN1) target_link_libraries(BuildSystemIntegration PRIVATE SKUtilities