From: Lucie Scarlet Date: Fri, 12 Jul 2024 10:20:49 +0000 (+0200) Subject: Updated CMake version X-Git-Url: https://git.chaotic.ninja/gitweb/lucie/?a=commitdiff_plain;h=e6fd519be7383819e23dbfc251eac020bf06ba78;p=cmakegen.git Updated CMake version --- 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)