yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #10718
Re: [Branch ~yade-pkg/yade/git-trunk] Rev 3907: Fix eigen3 inclusions.
2014-04-11 10:16 GMT+02:00 Bruno Chareyre <bruno.chareyre@xxxxxxxxxxx>:
> I don't understand what the problem is. Eigen3 is available at compile
> time, isn't it?
>
Yes, but including eigen3/Eigen/.... is not quite correct. And it actually
does not fix
the buildbot failure. When cmake finds eigen3, it automatically adds
/usr/include/eigen3
to a search path. So, please add just "include <Eigen/....>
Regards
Anton
References