We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f758ab4 commit 87f42b1Copy full SHA for 87f42b1
cppython/plugins/cmake/schema.py
@@ -59,7 +59,7 @@ class ConfigurePreset(CPPythonModel, extra='allow'):
59
Field(description='The path to the output binary directory.'),
60
] = None
61
toolchainFile: Annotated[
62
- FilePath | None,
+ Path | None,
63
Field(description='Path to the toolchain file.'),
64
65
cacheVariables: dict[str, None | bool | str | CacheVariable] | None = None
0 commit comments