Skip to content

Commit

Permalink
build: silence warning about CMakeLists.txt from SPM
Browse files Browse the repository at this point in the history
Ignore the CMakeLists.txt which is used for the CMake build to support
swift-format.

Co-authored-by: Kyle <[email protected]>
  • Loading branch information
compnerd and Kyle-Ye authored Feb 21, 2024
1 parent 341a633 commit 907674c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ let package = Package(
"CAtomic",
.product(name: "cmark-gfm", package: cmarkPackageName),
.product(name: "cmark-gfm-extensions", package: cmarkPackageName),
],
exclude: [
"CMakeLists.txt"
]),
.testTarget(
name: "MarkdownTests",
Expand Down

0 comments on commit 907674c

Please sign in to comment.