From 3833e082d51a1e49d399590868c1695ff52a9f34 Mon Sep 17 00:00:00 2001 From: Max Bachmann Date: Sat, 21 Sep 2024 18:54:32 +0200 Subject: [PATCH] fix spelling of CMake --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index efff1059..be970482 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"