From 2ab1ec3ec524c5503c20a8f8dff8106d6ff5fab8 Mon Sep 17 00:00:00 2001 From: polyfloyd Date: Tue, 21 Jul 2026 17:53:37 +0200 Subject: [PATCH] Set scikit-build verbose flag Fixes: ERROR: Use build.verbose instead of cmake.verbose for scikit-build-core >= 0.10 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 409539c8..bed8f14c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ requires = ["scikit-build-core"] build-backend = "scikit_build_core.build" [tool.scikit-build] -cmake.verbose = true +build.verbose = true logging.level = "DEBUG" wheel.packages = ["src/pythonlib/opencamlib"]