1
0
Fork 0
forked from lthn/blockchain

CMakeLists: minmum CMake version was pushed up to 3.5 to avoid support warnings (2)

This commit is contained in:
sowle 2023-12-06 16:33:35 +01:00
parent b0970142d5
commit 2772a446bd
No known key found for this signature in database
GPG key ID: C07A24B2D89D49FC

View file

@ -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()