From 53c2727aaf0ffbc052a50c80931b40cf5eb8ee65 Mon Sep 17 00:00:00 2001 From: Vollstrecker Date: Thu, 5 Dec 2024 19:02:29 +0100 Subject: CMake: Silence deprecation warning on the action runners. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e05b92b..167c045 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.9) +cmake_minimum_required(VERSION 3.10) project(zlib LANGUAGES C -- cgit v1.2.3-55-g6feb