commit: 6001c929527dcb3283ebd760ead0b88da6e5aa56 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Oct 5 13:46:06 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Oct 5 17:44:05 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6001c929
sci-biology/fasttree: Raise cmake_minimum_required to 3.31 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> sci-biology/fasttree/files/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-biology/fasttree/files/CMakeLists.txt b/sci-biology/fasttree/files/CMakeLists.txt index 26e060696631..db60e2594cd7 100644 --- a/sci-biology/fasttree/files/CMakeLists.txt +++ b/sci-biology/fasttree/files/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required (VERSION 3.10) +cmake_minimum_required (VERSION 3.31) project(fasttree C) include(GNUInstallDirs)
