diff --git a/CMakeLists.txt b/CMakeLists.txt index 2ef8b1d..69c18c4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -51,7 +51,7 @@ set(SOURCES convection_diffusion_base.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})