Skip to content
Snippets Groups Projects
Commit 2b9b6167 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

HINTS -> PATH_SUFFIXES

parent 2ac03e26
No related branches found
No related tags found
No related merge requests found
......@@ -423,7 +423,7 @@ endif()
if(ENABLE_EIGEN)
if(ENABLE_SYSTEM_CONTRIB)
find_path(EIGEN_INC "Eigen/Dense" HINTS eigen3)
find_path(EIGEN_INC "Eigen/Dense" PATH_SUFFIXES eigen3)
if(EIGEN_INC)
include_directories(${EIGEN_INC})
set_config_option(HAVE_EIGEN "Eigen")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment