From 34d8fe4c87685bc4b18edb17bd4784872d487d9a Mon Sep 17 00:00:00 2001 From: Niklas Conen Date: Tue, 14 Jul 2026 18:54:44 +0200 Subject: [PATCH] Bump CMake minimum version to 4.4 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fc0a6aa..d8e3b8b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -58,7 +58,7 @@ set(SOURCES mesh.cpp ################################################################################ # The code below doesn't have to be changed (usually) ################################################################################ -cmake_minimum_required(VERSION 2.6...3.20) +cmake_minimum_required(VERSION 2.6...4.4) project(UG_PLUGIN_${pluginName})