fix spelling of CMake

This commit is contained in:
Max Bachmann 2024-09-21 18:54:32 +02:00 committed by GitHub
parent 2e85e5f832
commit 3833e082d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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"