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
+5
Original file line number
Diff line number
Diff line change
@@ -106,6 +106,11 @@
106
106
"toolchain-file": {
107
107
"type": "string",
108
108
"description": "The CMAKE_TOOLCHAIN_FILE used for cross-compilation."
109
+
},
110
+
"no-python-hints": {
111
+
"type": "boolean",
112
+
"default": false,
113
+
"description": "Do not pass the current environment's python hints such as ``Python_EXECUTABLE``. Primarily used for cross-compilation where the CMAKE_TOOLCHAIN_FILE should handle it instead."
0 commit comments