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.")