diff --git a/CMakeLists.txt b/CMakeLists.txt index 4088402..54fc565 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -42,7 +42,7 @@ set(SOURCES lua_shell.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})