From f63e70b449241781046142308d775f277d6d8a17 Mon Sep 17 00:00:00 2001 From: FranciscoPombal Date: Tue, 28 Apr 2020 14:14:58 +0100 Subject: [PATCH] Bump minimum required CMake version to 3.16 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6af87a745..a7787910d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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.")