From 1f2e04d40e02d2d02c5d58b334446e5f33e5fa14 Mon Sep 17 00:00:00 2001 From: Levente Kovacs Date: Mon, 1 Sep 2025 13:28:49 +0200 Subject: [PATCH] CMake version bump --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7d0e1fb2..dfb09347 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5.0) +cmake_minimum_required(VERSION 3.10.0) project(direwolf)