From fbbb5bf8de7eb99ac221b9fdd5546de091ee006c Mon Sep 17 00:00:00 2001 From: Alfredo Tupone Date: Sun, 16 Nov 2025 09:32:48 +0100 Subject: [PATCH] Update minimum CMake version to 3.10 Compatibility with CMake < 3.10 will be removed in a future release. --- contrib/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/CMakeLists.txt b/contrib/CMakeLists.txt index a5909e8..3ec6713 100644 --- a/contrib/CMakeLists.txt +++ b/contrib/CMakeLists.txt @@ -2,7 +2,7 @@ # Copyright © 2016 Zhou Mo # Licence Apache-2.0 -cmake_minimum_required(VERSION 3.7) +cmake_minimum_required(VERSION 3.10) # Project project(gemmlowp C CXX)