From 1b8312ccaddd3dff8360f0de84f87cb25b5589d7 Mon Sep 17 00:00:00 2001
From: Norihiro Watanabe <norihiro.watanabe@ufz.de>
Date: Mon, 12 Aug 2013 10:54:27 +0200
Subject: [PATCH] change the minimum CMake version to 2.8.8 to support
 CMAKE_CXX_COMPILER_VERSION

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
index c07e946dcdf..7b56c3a8696 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -3,7 +3,7 @@
 #####################
 
 # Specify minimum CMake version
-CMAKE_MINIMUM_REQUIRED(VERSION 2.8.7)
+CMAKE_MINIMUM_REQUIRED(VERSION 2.8.8)
 
 # Project name
 PROJECT( OGS-6 )
-- 
GitLab