Hacker News new | ask | show | jobs
by sfrigon 3217 days ago
Is there any known problems / pitfalls regarding cmake and reproducible builds? Just curious to know.
1 comments

cmake uses absolute paths almost everywhere.

This is a big problem if you want reproducible builds with varying build directory.

https://lists.alioth.debian.org/pipermail/reproducible-build...