Skip to content

Commit f758ab4

Browse files
committed
Update schema.py
1 parent 3bc2769 commit f758ab4

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
@@ -82,7 +82,7 @@ class CMakeSyncData(SyncData):
8282
"""The CMake sync data"""
8383

8484
top_level_includes: FilePath | None = None
85-
toolchain: FilePath | None = None
85+
toolchain: Path | None = None # We don't resolve the toolchain until after we set it
8686

8787
def model_post_init(self, __context) -> None:
8888
"""Validate that at least one of top_level_includes or toolchain is provided."""

0 commit comments

Comments
 (0)