Patched extra lines in root and ignored library

This commit is contained in:
2025-11-19 09:40:42 +00:00
parent 971a843eb7
commit d1d5d20472
2 changed files with 2 additions and 2 deletions

View File

@@ -102,7 +102,7 @@ def root_cmakelists(path: Path):
# Read previously generated contents
with open(lists_path, "r") as _if:
lines = _if.readlines()
lines += [line.rstrip("\n") for line in _if]
# Save final result
with open(lists_path, "w") as of: