summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2013-11-15 20:48:43 (GMT)
committerMarius Kintel <marius@kintel.net>2013-11-15 20:48:43 (GMT)
commit3e3caaa62500431b047072d3ecf1e5e3fdd7e502 (patch)
tree77fdcd8e815276eaab43ef7047abc93ee4c0c2c8 /src
parent022f80e87b1df5af489414a01bf2b5bcef1c3acd (diff)
Removed eigen2 from build system and documentation. We now require eigen3
Diffstat (limited to 'src')
-rw-r--r--src/AboutDialog.html2
-rw-r--r--src/version_check.h6
2 files changed, 4 insertions, 4 deletions
diff --git a/src/AboutDialog.html b/src/AboutDialog.html
index b5a5d7c..99e7c3b 100644
--- a/src/AboutDialog.html
+++ b/src/AboutDialog.html
@@ -47,7 +47,7 @@ Please visit this link for a copy of the license: <a href="http://www.gnu.org/li
<li><a href="http://gmplib.org/">GNU GMP</a>
<li><a href="http://www.mpfr.org/">GNU MPFR</a>
<li><a href="http://www.cgal.org">CGAL</a>
-<li><a href="http://eigen.tuxfamily.org">Eigen2</a>
+<li><a href="http://eigen.tuxfamily.org">Eigen</a>
<li><a href="http://www.opencsg.org">OpenCSG</a>
<li><a href="http://www.opengl.org/">OpenGL</a>
<li><a href="http://glew.sourceforge.net">GLEW</a>
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