From 93dd5f03c0b3f548d96bef8a730afadae932d584 Mon Sep 17 00:00:00 2001 From: enkvadrat <123565769+enkvadrat@users.noreply.github.com> Date: Fri, 13 Feb 2026 19:38:59 +0100 Subject: [PATCH] Fix dead link to CMake mailing list in comments --- src/lib.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 8e9e1a7..e93fdf0 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -999,7 +999,8 @@ impl Config { // we blow away the build directory and start from scratch (the recommended // solution apparently [1]). // - // [1]: https://cmake.org/pipermail/cmake/2012-August/051545.html + // [1]: https://marc.info/?l=cmake&m=134489037402392 + // https://web.archive.org/web/20151026224449/https://cmake.org/pipermail/cmake/2012-August/051545.html fn maybe_clear(&self, dir: &Path) { // CMake will apparently store canonicalized paths which normally // isn't relevant to us but we canonicalize it here to ensure