summaryrefslogtreecommitdiff
path: root/src/version_check.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/version_check.h')
-rw-r--r--src/version_check.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/version_check.h b/src/version_check.h
index 6e07208..86e769c 100644
--- a/src/version_check.h
+++ b/src/version_check.h
@@ -35,8 +35,8 @@ a time, to avoid confusion.
#include <Eigen/Core>
-#if not EIGEN_VERSION_AT_LEAST( 2,0,13 )
-#error eigen2 library missing or version too old. See README.md. To force compile, run qmake CONFIG+=skip-version-check
+#if not EIGEN_VERSION_AT_LEAST( 3,0,0 )
+#error eigen library missing or version too old. See README.md. To force compile, run qmake CONFIG+=skip-version-check
#else
@@ -104,7 +104,7 @@ a time, to avoid confusion.
#endif // ENABLE_CGAL
#endif // Boost
-#endif // Eigen2
+#endif // Eigen
#endif // MPFR
#endif // GMP
contact: Jan Huwald // Impressum