1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-23 04:54:18 +00:00

Bump minimum required CMake version to 3.16

This commit is contained in:
FranciscoPombal 2020-04-28 14:14:58 +01:00
parent 1db90e1fb6
commit f63e70b449

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.9 FATAL_ERROR) cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
message(AUTHOR_WARNING "If the build fails, please try the autotools/qmake method.") message(AUTHOR_WARNING "If the build fails, please try the autotools/qmake method.")