Skip to content

Commit de43434

Browse files
committed
CMake hack around
1 parent 53eab56 commit de43434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SourceKitLSP/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,6 @@ target_link_libraries(SourceKitLSP PUBLIC
7575
SwiftSyntax::SwiftRefactor
7676
SwiftSyntax::SwiftSyntax)
7777
target_link_libraries(SourceKitLSP PRIVATE
78-
SwiftPM::PackageModelSyntax
78+
PackageModelSyntax
7979
$<$<NOT:$<PLATFORM_ID:Darwin>>:FoundationXML>)
8080

0 commit comments

Comments
 (0)