diff --git a/CMakeLists.txt b/CMakeLists.txt index 951ee97..d15c9c6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,7 +22,7 @@ set(SOURCES limex_plugin.cpp ################################################################################ # The code below doesn't have to be changed (usually) ################################################################################ -cmake_minimum_required(VERSION 3.0...3.15) +cmake_minimum_required(VERSION 3.0...4.4) project(UG_PLUGIN_${pluginName})