We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb01fe1 commit f8ceb74Copy full SHA for f8ceb74
examples/vcpkg_cmake/simple/pyproject.toml
@@ -16,6 +16,8 @@ dependencies = [
16
]
17
18
[tool.cppython]
19
+generator = "cmake"
20
+provider = "vcpkg"
21
22
[tool.pdm]
23
distribution = false
pyproject.toml
@@ -122,7 +122,7 @@ plugins = [
122
123
124
[tool.pdm.options]
125
-update = ["--update-all", "--save-compatible"]
+update = ["--update-all", "--unconstrained"]
126
127
[tool.pdm.version]
128
source = "scm"
0 commit comments