Summary: | Cmake problem in EigenConfigureTesting.cmake | ||||||
---|---|---|---|---|---|---|---|
Product: | Eigen | Reporter: | Thomas Binder <tbinder15> | ||||
Component: | General | Assignee: | Nobody <eigen.nobody> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Unknown | CC: | gael.guennebaud, jacob.benoit.1 | ||||
Priority: | Normal | ||||||
Version: | 3.2 | ||||||
Hardware: | All | ||||||
OS: | Mac OS | ||||||
Whiteboard: | |||||||
Bug Depends on: | |||||||
Bug Blocks: | 558 | ||||||
Attachments: |
|
Description
Thomas Binder
2014-02-10 18:06:21 UTC
You're probably the first one to include Eigen's CMakeLists.txt in another project. Since Eigen is a header only library, I don't really see the purpose of doing that. Is there any reason against switching to the *_CURRENT_" variables for source and binary directory? Again, I am not a cmake expert, but the CURRENT version seems to be "more correct", even if the present version happens to work in certain scenarios. The same issue is also present in the top-level CMakeLists.txt, lines 440 and 445 as of Eigen V 3.2.1. Agree. Complete patch welcome. Created attachment 465 [details] Patch that fixes cmake typos related to bug #738 Sorry for the delay - patch is attached. Applied: https://bitbucket.org/eigen/eigen/commits/3a8bf05edece/ https://bitbucket.org/eigen/eigen/commits/c47dbfd54884/ -- GitLab Migration Automatic Message -- This bug has been migrated to gitlab.com's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.com/libeigen/eigen/issues/738. |