Skip to content

Commit 9a97c7e

Browse files
authored
Merge pull request swiftlang#2873 from compnerd/you-cant-see-this
Build: treat `SwiftDriver` as a private link dependency
2 parents 0ec111d + 614c98b commit 9a97c7e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sources/Build/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ target_link_libraries(Build PUBLIC
1919
LLBuildManifest
2020
SPMBuildCore
2121
CYaml
22-
Yams
22+
Yams)
23+
target_link_libraries(Build PRIVATE
2324
SwiftDriver)
2425

2526
# NOTE(compnerd) workaround for CMake not setting up include flags yet

0 commit comments

Comments
 (0)