Closed xEnVrE closed 4 years ago
I noticed that in
https://github.com/pantor/frankx/blob/6953ca9628a5ee86387bfe1804121ab5a5c3b2e5/CMakeLists.txt#L17
you are requesting a specific version of Eigen.
Eigen
Is there any specific reason behind this choice? Is it possible to use other versions of the library?
Thank you.
To my knowledge, there were some changes in the EulerAngles module of Eigen between 3.3.6 -> 3.3.7. But I've removed the exact statement for future versions of Eigen (3.3.7 is the latest stable version).
exact
I noticed that in
https://github.com/pantor/frankx/blob/6953ca9628a5ee86387bfe1804121ab5a5c3b2e5/CMakeLists.txt#L17
you are requesting a specific version of
Eigen
.Is there any specific reason behind this choice? Is it possible to use other versions of the library?
Thank you.