From af12414eea406bfd3c72e770b84af50bd10c5247 Mon Sep 17 00:00:00 2001 From: Liam Keegan Date: Mon, 19 Feb 2024 09:37:40 +0100 Subject: [PATCH] Add cmake version to scikit-build config --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index c42da3f..d8f9625 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,6 +38,7 @@ Issues = "https://github.com/ssciwr/hammingdist/issues" test = ["pytest", "numpy"] [tool.scikit-build] +cmake.version = ">=3.23" cmake.verbose = true [tool.scikit-build.cmake.define]