Skip to content

Commit 4052548

Browse files
authored
Fix target name after rebase
1 parent f3f0795 commit 4052548

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
@@ -40,7 +40,7 @@ target_link_libraries(SourceKitLSP PUBLIC
4040
SourceKitD
4141
TSCUtility)
4242
if(NOT CMAKE_SYSTEM_NAME STREQUAL Darwin)
43-
target_link_libraries(SourceKit PRIVATE
43+
target_link_libraries(SourceKitLSP PRIVATE
4444
FoundationXML)
4545
endif()
4646

0 commit comments

Comments
 (0)