Skip to content

Commit 7fd7991

Browse files
committed
[cmake] Remove dependency on PackageModelSyntax library
This is a follow-up to swiftlang#2235. The change removed uses of `PackageModelSyntax` but left is in `target_link_libraries` of `SourceKitLSP`.
1 parent 1ab9e2e commit 7fd7991

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/SourceKitLSP/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ target_link_libraries(SourceKitLSP PUBLIC
9999
SwiftSyntax::SwiftRefactor
100100
SwiftSyntax::SwiftSyntax)
101101
target_link_libraries(SourceKitLSP PRIVATE
102-
PackageModelSyntax
103102
TSCExtensions
104103
$<$<NOT:$<PLATFORM_ID:Darwin>>:FoundationXML>)
105104

0 commit comments

Comments
 (0)