Antonio Sánchez
79488684e1
Extend the range of supported CMake package config versions
...
Modified to be backward-compatible with Eigen 3.4.0, in that the following
will still accept 3.4.1:
```
find_package(Eigen3 3.3)
```
(cherry picked from commit 027dc5bc8d01af76660628b18b8ad7dd8386fead)
2025-09-29 10:47:01 -07:00
Gael Guennebaud
f725f1cebc
Mention the CMAKE_PREFIX_PATH variable.
2016-12-06 15:23:45 +01:00
Gael Guennebaud
0c4d05b009
Explain how to choose your favorite Eigen version
2016-12-06 11:34:06 +01:00
Sergiu Deitsch
3440b46e2f
doc: mention the NO_MODULE option and target availability
...
(grafted from 65f09be8d2aaeda054cce574ea14a74b00507011
)
2016-11-30 15:41:38 +01:00
Sergiu Deitsch
5c516e4e0a
cmake: added Eigen3::Eigen imported target
...
(grafted from a287140f7292b9c15719bc6a3a4494ac7874e3cd
)
2016-11-22 12:25:06 +01:00