Skip to content

Commit

Permalink
Merge pull request #1989 from henryiii/patch-1
Browse files Browse the repository at this point in the history
chore: minor correction in required CMake
  • Loading branch information
minrk authored May 16, 2024
2 parents b771427 + decdb76 commit 5026490
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ requires = [
]
build-backend = "scikit_build_core.build"

# build-backend = "setuptools.build_meta"

# Project metadata
# ref: https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html
[project]
Expand Down Expand Up @@ -54,8 +52,8 @@ Tracker = "https://github.com/zeromq/pyzmq/issues"
[tool.scikit-build]
wheel.packages = ["zmq"]
wheel.license-files = ["licenses/LICENSE*"]
# 3.14 for FetchContent_MakeAvailable
cmake.version = ">=3.14"
# 3.15 is required by scikit-build-core
cmake.version = ">=3.15"
# only build/install the pyzmq component
cmake.targets = ["pyzmq"]
install.components = ["pyzmq"]
Expand Down

0 comments on commit 5026490

Please sign in to comment.