mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 05:38:24 -05:00
6d74e7870b
When system-provided packages are upgraded we must re-compile sources depending on their headers. Use `-MD` instead of `-MMD` so that the generated depfiles do not exclude system headers. Suggested-by: Jussi Judin