Skip to content

Commit 2974d52

Browse files
authored
Fix warning for CMakeLists.txt (#7282)
1 parent e92df2d commit 2974d52

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Package.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,8 @@ let package = Package(
154154
dependencies: [
155155
"Build",
156156
"SPMBuildCore"
157-
]
157+
],
158+
exclude: ["CMakeLists.txt"]
158159
),
159160

160161
// MARK: SwiftPM specific support libraries

0 commit comments

Comments
 (0)