From e8390d1c3cd53e1a19b323c80075a8c3e94b87f0 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 555df48..37b81a4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -42,7 +42,7 @@ set(SOURCES em_plugin.cpp) ################################################################################ # The code below doesn't have to be changed (usually) ################################################################################ -cmake_minimum_required(VERSION 2.8.12...3.27.1) +cmake_minimum_required(VERSION 2.8.12...4.4) project(UG_PLUGIN_${pluginName})