From 90476c3a3e0ef75edbff77c3f43ba196c4799414 Mon Sep 17 00:00:00 2001 From: Gabriel Ravier Date: Thu, 16 Apr 2020 10:25:48 +0200 Subject: [PATCH] CMakeLists: Change minimum CMake version from 3.12 to 3.10.2 Signed-off-by: Gabriel Ravier --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 06876693..e77ac5af 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.12) +cmake_minimum_required(VERSION 3.10.2) #############