From e6fd519be7383819e23dbfc251eac020bf06ba78 Mon Sep 17 00:00:00 2001 From: Lucie Scarlet Date: Fri, 12 Jul 2024 12:20:49 +0200 Subject: [PATCH] Updated CMake version --- CMakeLists.txt.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt.tmpl b/CMakeLists.txt.tmpl index 6d4fc5b..1373605 100644 --- a/CMakeLists.txt.tmpl +++ b/CMakeLists.txt.tmpl @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.25) +cmake_minimum_required(VERSION 3.30) project(PROJECT_TEMPLATE_NAME) -- 2.45.2