From 82c217d0e392d4ebf1843828e8cc48eca9ea2e72 Mon Sep 17 00:00:00 2001 From: Roland Kaufmann Date: Tue, 25 Jun 2013 14:15:49 +0200 Subject: [PATCH] Require the newer 3.1 version of Eigen --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8cb01aab5..b03c3aa53 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,7 +29,7 @@ set (${project}_DEPS dune-istl REQUIRED; opm-core REQUIRED" # Eigen - "Eigen3 REQUIRED" + "Eigen3 3.1 REQUIRED" ) # Additional search modules