diff --git a/pyproject.toml b/pyproject.toml index 18a11c3..1836191 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,3 +29,8 @@ build-backend = "scikit_build_core.build" [tool.cibuildwheel] # Disable building PyPy wheels on all platforms skip = "pp*" + +[tool.scikit-build] +cmake-args = [ + "-DCMAKE_INSTALL_PREFIX:PATH={$PREFIX}", # This is an illustrative example +]