mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06: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.