Skip to content

Commit

Permalink
fix: build wheels on windows (#2)
Browse files Browse the repository at this point in the history
Signed-off-by: msclock <[email protected]>
  • Loading branch information
msclock authored Nov 28, 2024
1 parent d50460a commit 49be8c7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Changelog = "https://github.com/serious-scaffold/ss-pybind11/releases"
[tool.scikit-build]
minimum-version = "0.9"
build-dir = "build/{wheel_tag}"
cmake.verbose = true
cmake.verbose = false
logging.level = "DEBUG"
metadata.version.provider = "scikit_build_core.metadata.setuptools_scm"
sdist.include = ["src/ss_pybind11/_version.py"]
Expand Down
2 changes: 1 addition & 1 deletion template/pyproject.toml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Changelog = "https://github.com/{{ repo_namespace }}/{{ repo_name }}/releases"
[tool.scikit-build]
minimum-version = "0.9"
build-dir = "build/{wheel_tag}"
cmake.verbose = true
cmake.verbose = false
logging.level = "DEBUG"
metadata.version.provider = "scikit_build_core.metadata.setuptools_scm"
sdist.include = ["src/{{ module_name }}/_version.py"]
Expand Down
4 changes: 2 additions & 2 deletions template/vcpkg.json.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
[%- endif %]
{
"name": "cmake-modules",
"version": "1.6.6"
"version": "1.6.8"
}
[%- if compiled == true %],
{
Expand All @@ -54,7 +54,7 @@
"registries": [
{
"kind": "git",
"baseline": "3efd02f57d3e2638d6858e70d71acdb669d3e6e8",
"baseline": "60a98c312d8be8aa0013a69bb5158788702d8700",
"repository": "https://github.com/msclock/cmake-registry",
"packages": [
[%- if use_conan == true %]
Expand Down
4 changes: 2 additions & 2 deletions vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
{
"name": "cmake-modules",
"version": "1.6.6"
"version": "1.6.8"
},
{
"name": "robotology-cmake-ycm",
Expand All @@ -27,7 +27,7 @@
"registries": [
{
"kind": "git",
"baseline": "3efd02f57d3e2638d6858e70d71acdb669d3e6e8",
"baseline": "60a98c312d8be8aa0013a69bb5158788702d8700",
"repository": "https://github.com/msclock/cmake-registry",
"packages": [
"cmake-modules",
Expand Down

0 comments on commit 49be8c7

Please sign in to comment.