CMakeLists: minmum CMake version was pushed up to 3.5 to avoid support warnings (2)
This commit is contained in:
parent
b0970142d5
commit
2772a446bd
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue