[CMake] Use Eigen2 in CMake based project

2011-01-24 Thread Stefan Dänzer
Hi all, I have searched for the correct way to include the Eigen2 linear algebra library in my CMake based project. But doing a search has not brought up a suitable result. Has anyone used Eigen2 in their project? A CMake sample script including Eigen2 would be most helpful. Regards, Stefan --

Re: [CMake] Use Eigen2 in CMake based project

2011-01-24 Thread Marcus D. Hanwell
On Mon, Jan 24, 2011 at 6:15 PM, Stefan Dänzer stefan.daen...@gmail.com wrote: Hi all, I have searched for the correct way to include the Eigen2 linear algebra library in my CMake based project. But doing a search has not brought up a suitable result. Has anyone used Eigen2 in their project? A

Re: [CMake] Use Eigen2 in CMake based project

2011-01-24 Thread Stefan Dänzer
Wow, that was quick ;o) thanks for the FindEigen2.cmake module. It works just fine. Best regards, Stefan On Tue, Jan 25, 2011 at 12:19 AM, Marcus D. Hanwell marcus.hanw...@kitware.com wrote: On Mon, Jan 24, 2011 at 6:15 PM, Stefan Dänzer stefan.daen...@gmail.com wrote: Hi all, I have