This issue is not directly related to Zeth, but rather concerns: - Zecale - Libsnark/ff - Zeth These projects use cmake and hold rather similar versions of files in the `cmake` directory. While there is value to have these files replicated in each projects (each project has its own configuration), in many cases the files in `cmake/` remain untouched and are project independent. Duplicating these files is increasing the chances of inconsistencies across projects (e.g. a make target is renamed on `zeth` but the content of `cmake/` isn't updated on the other repos). There may be value to try to factorize these config files in one location that is shared across all repos. Let's think about that.