change CMake min version for gui build
This commit is contained in:
parent
f882c7d654
commit
6db3198ea3
1 changed files with 1 additions and 1 deletions
|
|
@ -246,7 +246,7 @@ elseif(NOT MSVC)
|
|||
endif()
|
||||
|
||||
if(BUILD_GUI)
|
||||
cmake_minimum_required(VERSION 3.5)
|
||||
cmake_minimum_required(VERSION 3.1)
|
||||
find_package(Qt5Widgets REQUIRED)
|
||||
endif()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue