From 124eb8167346701b79ab6340c863a0017ac67857 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Mon, 18 Nov 2024 10:40:28 +0100 Subject: [PATCH] Bump CMake version to 3.10 Fixes a deprecation warning with new CMake versions. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9fe136f32..a69c44f81 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.9) +cmake_minimum_required(VERSION 3.10) project(quickjs LANGUAGES C)