commit | 6dbbf0a843ec3c76c8877e420ba0684bb07e6daa | [log] [tgz] |
---|---|---|
author | Duy Tran <duytran@Mac.lan> | Sun Apr 27 17:07:15 2025 -0400 |
committer | Antonio Sánchez <cantonios@google.com> | Fri May 02 23:17:42 2025 +0000 |
tree | 30a0323c4a921210696fbef0dcf012a16d664d2f | |
parent | fb2fca90be39783f76ba05b521360afeeda265f2 [diff] |
CMake: only create uninstall target when eigen is top level
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/ or https://libeigen.gitlab.io/docs/.
For pull request, bug reports, and feature requests, go to https://gitlab.com/libeigen/eigen.