Skip to content

Commit

Permalink
fix spelling of CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbachmann authored Sep 21, 2024
1 parent 2e85e5f commit 3833e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ wheel.exclude = [
]
wheel.packages = ["src/rapidfuzz"]
wheel.cmake = false
messages.after-success = "{yellow}Cmake unavailable, falling back to pure Python Extension"
messages.after-success = "{yellow}CMake unavailable, falling back to pure Python Extension"

[[tool.scikit-build.overrides]]
if.any.system-cmake = ">=3.15"
Expand Down

0 comments on commit 3833e08

Please sign in to comment.