Skip to content

Commit

Permalink
COMP: Specify Ninja generator for Windows Python wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Jun 22, 2024
1 parent a49df4f commit 23e944d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ cmake.version = ">=3.24.0"

# A list of args to pass to CMake when configuring the project. Setting this in
# config or envvar will override toml. See also ``cmake.define``.
cmake.args = []
cmake.args = ["-GNinja"]

# A table of defines to pass to CMake when configuring the project. Additive.
cmake.define = {}
Expand Down

0 comments on commit 23e944d

Please sign in to comment.