Skip to content

Commit 9b058d8

Browse files
committed
SourceKit: remove unncessary link against libcmark-gfm_static
There is no use of cmark in SourceKit, if there is a dependency on it for a dependent library, we should propagate it through the dependency.
1 parent d6871ed commit 9b058d8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/SourceKit/lib/SwiftLang/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ target_link_libraries(SourceKitSwiftLang PRIVATE
4747
swiftOption
4848
swiftSymbolGraphGen
4949
swiftRefactoring
50-
libcmark-gfm_static
5150
# Clang dependencies.
5251
clangIndex
5352
clangFormat

0 commit comments

Comments
 (0)