I've crafted my own throughout the years, as have many researchers...
then they get islanded in private repositories. it would be good to
have an official FindEigen.cmake which allowed for 2/3 specifying and
hopefully included either in the official cmake modules or in any
standard distribution of eigen as a package.
-Jason
On Mon, Dec 14, 2015 at 9:27 AM, Billy Araujo <billyaraujo@xxxxxxxxx> wrote:
Hi,
I would also like that feature.
At the moment I just create an environment variable and use it as a default
in CMake and it works OK.
http://stackoverflow.com/questions/12249140/find-package-eigen3-for-cmake
Billy.
On Mon, Dec 14, 2015 at 2:20 PM, Cedric Doucet <cedric.doucet@xxxxxxxx>
wrote:
Hello,
I would like to be able to find Eigen with CMake.
To do that, I need to call the find_package function for Eigen, but there
is no FindEigen.cmake file in my version of CMake.
Is there an official CMake file to do that, or a non-official one which is
preferred?
Cédric