diff --git a/CMakeLists.txt b/CMakeLists.txt index 5bcaad54..f4c54258 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -246,7 +246,7 @@ elseif(NOT MSVC) endif() if(BUILD_GUI) - cmake_minimum_required(VERSION 2.8.11) + cmake_minimum_required(VERSION 3.5) find_package(Qt5Widgets REQUIRED) endif()