From 2a6a699259f7960ce85dae9e9df10bbae0a318db Mon Sep 17 00:00:00 2001 From: 1vybridge Date: Thu, 19 Jun 2025 16:10:00 +0300 Subject: [PATCH] Set CMake minimum required version to 3.10 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ecfbb83..612c25d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ # several CI services, such as Travis and Drone, use it. Solaris 11 # has 2.8.6, and it's not difficult to support if you already have to # support 2.8.7. -cmake_minimum_required(VERSION 2.8.6) +cmake_minimum_required(VERSION 3.10) project(woff2) -- 2.49.0