Skip to content

Commit 2d90cc8

Browse files
authored
Ignore CMake file (#6139)
1 parent 2efbbfb commit 2d90cc8

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
@@ -462,7 +462,8 @@ let package = Package(
462462
.executableTarget(
463463
/** Interacts with cross-compilation destinations */
464464
name: "swift-experimental-destination",
465-
dependencies: ["Commands", "CrossCompilationDestinationsTool"]
465+
dependencies: ["Commands", "CrossCompilationDestinationsTool"],
466+
exclude: ["CMakeLists.txt"]
466467
),
467468
.executableTarget(
468469
/** Runs package tests */

0 commit comments

Comments
 (0)