From 2c800b833a1d951a7c9043924716d8e5cf6f728c Mon Sep 17 00:00:00 2001
From: Stephan Hilb <stephan.hilb@mathematik.uni-stuttgart.de>
Date: Mon, 1 Apr 2019 11:48:12 +0200
Subject: [PATCH] reduce required cmake version

---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index cef2918..04ca9e4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.14)
+cmake_minimum_required(VERSION 3.13)
 
 project(flow-code LANGUAGES CXX)
 
-- 
GitLab