updating FindEigen2.cmake for proper search order

This commit is contained in:
James Richard Tyrer 2009-01-11 16:18:59 +00:00
parent 6c84b03d77
commit 28e15574df

View File

@ -16,10 +16,10 @@ if (EIGEN2_INCLUDE_DIR)
else (EIGEN2_INCLUDE_DIR)
find_path(EIGEN2_INCLUDE_DIR NAMES Eigen/Core
PATHS
PATH_SUFFIXES eigen2
HINTS
${INCLUDE_INSTALL_DIR}
${KDE4_INCLUDE_DIR}
PATH_SUFFIXES eigen2
)
include(FindPackageHandleStandardArgs)