Skip to content

Commit

Permalink
Do not mark generated files as GENERATED (#397)
Browse files Browse the repository at this point in the history
Keep them in place even if the clean target is specified. See #396
  • Loading branch information
tmadlener authored Apr 3, 2023
1 parent c7328d6 commit 9cd0373
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/podio_class_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,6 @@ def _write_list(name, target_folder, files, comment):
list_cont.append(f' {os.path.join(target_folder, fname)}')

list_cont.append(')')
list_cont.append(f'SET_PROPERTY(SOURCE ${{{name}}} PROPERTY GENERATED TRUE)\n')

return '\n'.join(list_cont)

Expand Down

0 comments on commit 9cd0373

Please sign in to comment.