Skip to content

Commit 5b5a396

Browse files
authored
Don't try to link private CYaml in CMake
As of jpsim/Yams#343 and Yams 5.0.0, CYaml is now a private static lib, and we no longer have to link it.
1 parent 7cfe0c0 commit 5b5a396

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/SwiftDriver/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ target_link_libraries(SwiftDriver PUBLIC
131131
TSCUtility
132132
SwiftOptions)
133133
target_link_libraries(SwiftDriver PRIVATE
134-
CYaml
135134
Yams
136135
CSwiftScan)
137136

0 commit comments

Comments
 (0)