Eigen includes should not contain version prefix
Opened this issue · 1 comments
gavanderhoorn commented
The current #include
s seem to have the eigen3
part included:
That is rather unusual, and will limit future compatibility with (if it ever gets released) v4 of Eigen.
Was this done to work around incorrectly setup include paths (ie: only /usr/include
on the path)?
MauleshSTrivedi commented
@gavanderhoorn Good catch. It was definitely a part of an old commit, but I'm not sure why this was done specifically. I can make the necessary changes once I have more information regarding this.