From 79bd6fa5eeafcd6b74e5c92b53ec82a8ea713c3f Mon Sep 17 00:00:00 2001 From: Jitse Niesen Date: Mon, 17 Jun 2013 22:12:01 +0100 Subject: Require at least cmake version 2.8.2 (bug #606). --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 5d92da4a6..5da47deb8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ project(Eigen) -cmake_minimum_required(VERSION 2.6.2) +cmake_minimum_required(VERSION 2.8.2) # guard against in-source builds -- cgit v1.2.3