FindEigen2.cmake only finds eigien in /usr/local

Bugs item #2372569, was opened at 2008-12-01 18:08
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=835077&aid=2372569&group_id=165310

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Building / Install
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: FindEigen2.cmake only finds eigien in /usr/local

Initial Comment:
If Eigen2 is located outside of ${CMAKE_INSTALL_PREFIX} (which by default is /usr/local on OS X/Linux) cmake throws and error that it can’t find Eigen. The other path variables in FindEigen2.cmake:

{INCLUDE_INSTALL_DIR} {KDE4_INCLUDE_DIR}
${CMAKE_INCLUDE_PATH}

are all empty.

I symlinked my eigen2 include directory to /usr/local/include/eigen2 and cmake worked fine.


You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=835077&aid=2372569&group_id=165310