diff --git a/pyproject.toml b/pyproject.toml index 57aa2d8..f962483 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"] diff --git a/template/pyproject.toml.jinja b/template/pyproject.toml.jinja index 99b40ea..bb1b76c 100644 --- a/template/pyproject.toml.jinja +++ b/template/pyproject.toml.jinja @@ -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"] diff --git a/template/vcpkg.json.jinja b/template/vcpkg.json.jinja index 0b76623..4da6811 100644 --- a/template/vcpkg.json.jinja +++ b/template/vcpkg.json.jinja @@ -41,7 +41,7 @@ [%- endif %] { "name": "cmake-modules", - "version": "1.6.6" + "version": "1.6.8" } [%- if compiled == true %], { @@ -54,7 +54,7 @@ "registries": [ { "kind": "git", - "baseline": "3efd02f57d3e2638d6858e70d71acdb669d3e6e8", + "baseline": "60a98c312d8be8aa0013a69bb5158788702d8700", "repository": "https://github.com/msclock/cmake-registry", "packages": [ [%- if use_conan == true %] diff --git a/vcpkg.json b/vcpkg.json index 46b6a4d..611b310 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -16,7 +16,7 @@ }, { "name": "cmake-modules", - "version": "1.6.6" + "version": "1.6.8" }, { "name": "robotology-cmake-ycm", @@ -27,7 +27,7 @@ "registries": [ { "kind": "git", - "baseline": "3efd02f57d3e2638d6858e70d71acdb669d3e6e8", + "baseline": "60a98c312d8be8aa0013a69bb5158788702d8700", "repository": "https://github.com/msclock/cmake-registry", "packages": [ "cmake-modules",