We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 613fb0f commit 6a3ca2dCopy full SHA for 6a3ca2d
1 file changed
tests/pyproject.toml
@@ -10,6 +10,10 @@ name = "pybind11_tests"
10
version = "0.0.1"
11
dependencies = ["pytest", "pytest-timeout", "numpy", "scipy"]
12
13
+[tool.scikit-build]
14
+# Hide a warning while we also support CMake < 3.15
15
+cmake.version = ">=3.15"
16
+
17
[tool.scikit-build.cmake.define]
18
PYBIND11_FINDPYTHON = true
19
0 commit comments