From 75932c4261a3f1d614fd5faeaea2227d51948e15 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 30 Dec 2021 10:42:12 +0900 Subject: [PATCH] Raise the minimum required version of CMake to 3.1. Signed-off-by: Michele Calgaro --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5f3ec8b..f68c3eb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ ############################################ -cmake_minimum_required( VERSION 2.8.12 ) +cmake_minimum_required( VERSION 3.1 ) #### general package setup