From 3a02460be138b58735f1b70d3654683e5d0ca0d5 Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Sun, 17 May 2020 22:12:33 +0200 Subject: [PATCH] build system: updated required version for cmake (close #194) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d5c7dec4..a147ec17 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ # uvw # -cmake_minimum_required(VERSION 3.15.3) +cmake_minimum_required(VERSION 3.13) # # Building in-tree is not allowed (we take care of your craziness).