Skip to content

Commit 87f42b1

Browse files
committed
Update schema.py
1 parent f758ab4 commit 87f42b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cppython/plugins/cmake/schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class ConfigurePreset(CPPythonModel, extra='allow'):
5959
Field(description='The path to the output binary directory.'),
6060
] = None
6161
toolchainFile: Annotated[
62-
FilePath | None,
62+
Path | None,
6363
Field(description='Path to the toolchain file.'),
6464
] = None
6565
cacheVariables: dict[str, None | bool | str | CacheVariable] | None = None

0 commit comments

Comments
 (0)