| commit | a45d28256d020a4e871267c9bf00206fe9d2265e | [log] [tgz] |
|---|---|---|
| author | Ram-Z <132314-Ram-Z@users.noreply.gitlab.com> | Fri Jan 10 19:12:48 2020 +0000 |
| committer | Christoph Hertzberg <chtz@informatik.uni-bremen.de> | Fri Feb 28 20:46:53 2020 +0000 |
| tree | 8c1becc77c803e8b5c8e4f6b06d1b5a0be03bcb1 | |
| parent | 98bfc5aaa8cd411d23e173bcda7dbed794942399 [diff] |
Don't restrict CMAKE_BUILD_TYPE This prevents projects that add Eigen using `add_subdirectory` from using their own custom CMAKE_BUILD_TYPE and have Eigen respect the same custom flags.
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.