From 05a4689782c31c5c77eb0bd5555a5525be2fae31 Mon Sep 17 00:00:00 2001 From: Nikolas Koesling Date: Mon, 25 Mar 2024 14:04:58 +0100 Subject: [PATCH] decrease cmake version number --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d63ff6a..dc351b2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ # This template is free software. You can redistribute it and/or modify it under the terms of the MIT License. # -cmake_minimum_required(VERSION 3.24.0 FATAL_ERROR) +cmake_minimum_required(VERSION 3.22.1 FATAL_ERROR) # ----------------------------------------------- User settings -------------------------------------------------------- # ======================================================================================================================