From 4ce8fcb0d4bb17433fa7f17800b4ef93bdd42828 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magnus=20Hellstr=C3=B6mer?= Date: Tue, 10 Sep 2024 22:24:09 +0200 Subject: [PATCH] Bump cmake minimum version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e11a782a5..0db0fe005 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ include(cmake/hoto_update_cmake_message.cmake) -cmake_minimum_required(VERSION 3.14...3.19 FATAL_ERROR) +cmake_minimum_required(VERSION 3.21.1 FATAL_ERROR) project(qelectrotech VERSION 0.9.0