aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmake/FindEigen3.cmake
Commit message (Collapse)AuthorAge
* FindEigen3.cmake: Add reading hints of Eigen directory location from ↵Gravatar Silvio Traversaro2014-08-07
| | | | environment variables EIGEN3_ROOT and EIGEN3_ROOT_DIR .
* add platform check for how to link to the standard math library.Gravatar Benoit Jacob2010-04-19
| | | | This allows to support QNX.
* improvements in FindEigen*.cmake, ported from changes in CMakeLists.txt:Gravatar Benoit Jacob2009-11-20
| | | | | - better regular expression - grep the whole file, not expensive anyway, more robust
* move signature file to root directory, where it belongsGravatar Benoit Jacob2009-11-19
|
* * in Eigen/CMakeLists.txt, finally do a globbing to we no longer will have ↵Gravatar Benoit Jacob2009-11-19
| | | | | | problems with "oops forgot to install new module". * add a file Eigen/signature_of_eigen3_matrix_library, use it to make FindEigen3.cmake more solid: able to find Eigen in either eigen3/ or eigen/ and not mix it up with Eigen2.
* * eigen2->eigen3Gravatar Benoit Jacob2009-11-19
* bump version to 2.91.0 * add FindEigen3.cmake