Skip to content

Commit

Permalink
Update pyproject.toml: cmake args
Browse files Browse the repository at this point in the history
  • Loading branch information
anaegel authored May 17, 2024
1 parent 84dcd46 commit 179991d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,17 @@ build-backend = "scikit_build_core.build"
[project]
name = "ugpip_build_simplest"
version = "0.0.1"

[tool.scikit-build]
# cf. https://github.com/scikit-build/scikit-build-core

# DEPRECATED in 0.8; use version instead.
cmake.minimum-version = ""

# The versions of CMake to allow. If CMake is not present on the system or does
# not pass this specifier, it will be downloaded via PyPI if possible. An empty
# string will disable this check.
cmake.version = ">=3.15"

#
logging.level = "DEBUG"

0 comments on commit 179991d

Please sign in to comment.