From 49713afe3bd9cc1c8bae97d456eec9c5a39cc15c Mon Sep 17 00:00:00 2001
From: Lars Bilke <lars.bilke@ufz.de>
Date: Wed, 7 Aug 2019 09:23:55 +0200
Subject: [PATCH] [cmake] Bumped minimum version to 3.12 as this is already
 required.

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 94b0a791e83..68f832c2f52 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -3,7 +3,7 @@
 #####################
 
 # Specify minimum CMake version
-cmake_minimum_required(VERSION 3.10)
+cmake_minimum_required(VERSION 3.12)
 
 # Set CMake policies
 cmake_policy(SET CMP0011 NEW)
-- 
GitLab