mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-07-30 13:37:55 -05:00
At least on Debian requiring version 3.1 of Eigen3 is not sufficient according to issue #25 the minimum version is 3.1.2. This patch fixes the required version. In addition it skips the REQUIRED option passed to find_package(Eigen3) to make the git download work. Fixes #25.