From b148de11744d3f04ab9f2e311d92de5d0b8ce2f0 Mon Sep 17 00:00:00 2001 From: scribam Date: Sun, 11 Jul 2021 19:12:34 +0200 Subject: [PATCH] Lower required cmake version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 69dc3c4..6bca18f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.12) +cmake_minimum_required(VERSION 3.10) # Detect if we are the top level CMakeLists.txt or are we included in some # other project