From c6558ef57b2b41d10f9997e920ec8731bf84b060 Mon Sep 17 00:00:00 2001 From: FritzFlorian Date: Fri, 15 Mar 2019 13:48:33 +0100 Subject: [PATCH] Relax CMake reuirements for older systems. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9e97d5f..c4c172a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.13) +cmake_minimum_required(VERSION 3.10) project(predictable_parallel_patterns VERSION 0.0.1 DESCRIPTION "predictable parallel patterns for scalable smart systems using work stealing") -- libgit2 0.26.0