Skip to content

Commit 874f2ce

Browse files
authored
Exclude CMakeLists.txt to prevent an SPM warning (#8800)
1 parent 6a92e10 commit 874f2ce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Package.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1049,6 +1049,9 @@ let package = Package(
10491049
.product(name: "GULEnvironment", package: "GoogleUtilities"),
10501050
],
10511051
path: "FirebaseAppCheck/Sources",
1052+
exclude: [
1053+
"Interop/CMakeLists.txt",
1054+
],
10521055
publicHeadersPath: "Public",
10531056
cSettings: [
10541057
.headerSearchPath("../.."),

0 commit comments

Comments
 (0)