This resolves an issue with in-tree builds, where multiple make format targets may be defined, and cause cmake errors. The simple solution is to namespace the format target. I will apply the same fix to singularity-eos.
PR Checklist
[ ] Code is formatted.
[ ] Adds a test for any bugs fixed. Adds tests for new features.
PR Summary
This resolves an issue with in-tree builds, where multiple make format targets may be defined, and cause cmake errors. The simple solution is to namespace the format target. I will apply the same fix to
singularity-eos
.PR Checklist