From 344c3cd596a9889427886d499e6510a76f82bf07 Mon Sep 17 00:00:00 2001 From: Max Bachmann Date: Fri, 20 Sep 2024 01:32:25 +0200 Subject: [PATCH] add warning message --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 31cc37b1..48e5decd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,6 +68,7 @@ wheel.cmake = true [[tool.scikit-build.overrides]] if.failed = true wheel.cmake = false +messages.after-success = "failed to build C++ Extension, falling back to pure Python Extension" [[tool.scikit-build.overrides]] if.any.env.CIBUILDWHEEL = true