Re: [eigen] Official FindEigen.cmake? |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] Official FindEigen.cmake?
- From: Jason Newton <nevion@xxxxxxxxx>
- Date: Mon, 14 Dec 2015 09:35:09 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=LZMG03pJ4Lj6E1qqhQ8haijlxklzToI21dDo1TzPH5E=; b=fBeJIUr6YAzWW1e75aSsvlZbOvlf84QMb9anWFoKwD9eQ33Z2EBabIG380tTL1UKeS g2GcORrCZakX0wHCExjsglgcWqL99G5w/SAbgoY5m8WzDlpjIX9dYwJhOS5hfME7795H gZN4V5VgsGn2IZAMyc1It3tfTa/NqJdL9gh8i6FXg3uKsh07mXQjBPl/KNPc55jJoqvs gKQWf/pD0CL129B4pRjk9/g9se6itHGk93Lio+c2rbPaHVuAfPGZU5s3OIhxk2rspbEj wxqZGPJhUMpBACo7t3XdutEGGmzIgB7hh3+fiiSQ52DTORyzluwxh8GKiazY5joiC0vP Kpxg==
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
>>
>>
>>
>