From 716eaad525a3837a24bea0aa024abae2b8bb66f5 Mon Sep 17 00:00:00 2001
From: Lars Bilke <lars.bilke@ufz.de>
Date: Thu, 10 Jan 2019 16:22:15 +0100
Subject: [PATCH] Bump CMake minimum version to 3.8.

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
index c2333af6326..07ba8f1fe91 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -3,7 +3,7 @@
 #####################
 
 # Specify minimum CMake version
-cmake_minimum_required(VERSION 3.3)
+cmake_minimum_required(VERSION 3.8)
 
 # Set CMake policies
 cmake_policy(SET CMP0011 NEW)
-- 
GitLab