reverted to scikit-build in pyproject.toml

This commit is contained in:
froejdh_e
2025-04-01 14:17:07 +02:00
parent 95e11d668a
commit 04583acb21
2 changed files with 3 additions and 4 deletions

View File

@ -10,13 +10,13 @@ version = "2025.3.19"
[tool.cibuildwheel]
before-all = "uname -a"
[tool.scikit-build-core]
[tool.scikit-build]
build.verbose = true
cmake.build-type = "Release"
install.components = ["python"]
[tool.scikit-build-core.cmake.define]
[tool.scikit-build.cmake.define]
#Only build the control software and python ext
SLS_USE_RECEIVER = "OFF"
SLS_USE_RECEIVER_BINARIES = "OFF"