Skip to content

Commit eea8f84

Browse files
authored
Fix SPM exclude warning (swiftlang#267)
1 parent 08800c5 commit eea8f84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ if let deploymentTarget = ProcessInfo.processInfo.environment["SWIFTTSC_MACOS_DE
2121
macOSPlatform = .macOS(.v10_10)
2222
}
2323

24-
let CMakeFiles = ["cmake_install.cmake", "CMakeLists.txt", "CMakeFiles"]
24+
let CMakeFiles = ["CMakeLists.txt"]
2525

2626
let package = Package(
2727
name: "swift-tools-support-core",

0 commit comments

Comments
 (0)