We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bd5e0f commit 12e9acdCopy full SHA for 12e9acd
cppython/project.py
@@ -173,7 +173,7 @@ def write_root_presets(self, path: Path):
173
if root_model.include is not None:
174
for index, include_path in enumerate(root_model.include):
175
if Path(include_path).name == "cppython.json":
176
- root_model.include[index] = "${sourceDir}/build/" + path.as_posix()
+ root_model.include[index] = "build/" + path.as_posix()
177
178
# 'dict.update' wont apply to nested types, manual replacement
179
root_preset["include"] = root_model.include
0 commit comments