From f4e7b3cf70d96cb811c7a70193f135b03651b58f Mon Sep 17 00:00:00 2001 From: Nicolas Michon Date: Thu, 5 Sep 2019 17:46:36 +0200 Subject: [PATCH] Revert "Revert "Update minimum required cmake version"" This reverts commit 12f85d8edcdb017f9ec7939e26526e36133dc62c. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8ddde95..913e695 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,7 @@ # ############################################################################ -cmake_minimum_required(VERSION 3.0) +cmake_minimum_required(VERSION 3.1) project(bcg729 VERSION 1.0.4 LANGUAGES C)