From 106027382ed1e0c7d9753d5109e8fcfa24ab06b1 Mon Sep 17 00:00:00 2001 From: Reinhold Gschweicher Date: Mon, 22 Jan 2024 23:18:55 +0100 Subject: [PATCH] log: add entry for Hunter v0.25.3 update done in #126 --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1997a90b..6ec07cd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,8 @@ - always compile `SuiteSparse_config` with `-DNTIMER` disabling tic-toc support - compile `CXSparse` without complex support - remove SourceWrappers for `CHOLMOD` and `CXSparse` modules - -# unreleased - More generic `OpenBLAS` linkage [#122](https://github.com/jlblancoc/suitesparse-metis-for-windows/pull/122) +- Update Hunter to `v0.25.3` to fix CMake 3.25 deprecation warnings [#126](https://github.com/jlblancoc/suitesparse-metis-for-windows/pull/126) # Release 1.8.0: October 25th, 2023 - Increase minimum required CMake version to v3.5 to prevent deprecation warnings [#117](https://github.com/jlblancoc/suitesparse-metis-for-windows/issues/117).