From 5b0c76729fffea41fac8d99072a4813bb79c7d64 Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Thu, 13 Sep 2012 12:08:29 +0200 Subject: [PATCH] Bumped minimum CMake version to 2.8.3 (same as OGS-5). --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e21e41ca415..6457773a008 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ ##################### # Specify minimum CMake version -cmake_minimum_required(VERSION 2.6) +cmake_minimum_required(VERSION 2.8.3) # Project name project( OGS-6 ) -- GitLab