Require the newer 3.1 version of Eigen

This commit is contained in:
Roland Kaufmann 2013-08-17 00:04:05 +02:00
parent db7cb6a5af
commit ee05e73c61

View File

@ -19,5 +19,5 @@ set (opm-autodiff_DEPS
dune-istl REQUIRED;
opm-core REQUIRED"
# Eigen
"Eigen3 REQUIRED"
"Eigen3 3.1 REQUIRED"
)