| commit | 288d456c2951013e423ae4107f0207ef4594bb45 | [log] [tgz] |
|---|---|---|
| author | Samir Benmendil <me@rmz.io> | Mon Oct 12 12:24:08 2020 +0100 |
| committer | Samir Benmendil <me@rmz.io> | Wed Jan 27 13:26:40 2021 +0000 |
| tree | 2be47187c3f0238a3d93951a0e7a96fa3f552a9c | |
| parent | 3f4684f87da4303063a194c7340f1485d1752ae0 [diff] |
Replace language_support module with builtin CheckLanguage The workaround_9220 function was introduced a long time ago to workaround a CMake issue with enable_language(OPTIONAL). Since then CMake has clarified that the OPTIONAL keywords has not been implemented[0]. A CheckLanguage module is now provided with CMake to check if a language can be enabled. Use that instead. [0] https://cmake.org/cmake/help/v3.18/command/enable_language.html
Eigen is a C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms.
For more information go to http://eigen.tuxfamily.org/.
For pull request, bug reports, and feature requests, go to https://gitlab.com/libeigen/eigen.