You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/scikit_build_core/resources/scikit-build.schema.json
+4
Original file line number
Diff line number
Diff line change
@@ -102,6 +102,10 @@
102
102
},
103
103
"description": "DEPRECATED in 0.10; use build.targets instead.",
104
104
"deprecated": true
105
+
},
106
+
"preset": {
107
+
"type": "string",
108
+
"description": "Configure preset to use. ``cmake.source-dir`` must still be appropriately defined and it must contain a ``CMake(User)Presets.json``. The preset's ``binaryDir`` is ignored and is always overwritten by the ``build-dir`` defined by scikit-build-core. ``cmake.define``, generator values are still passed if defined and take precedence over preset's value according to CMake logic."
0 commit comments