Skip to content
Snippets Groups Projects
Commit 03668e96 authored by Andreas Schenk's avatar Andreas Schenk
Browse files

to find eigen also look in eigen3 dirs

parent 7e3744b6
Branches
Tags
No related merge requests found
......@@ -6,6 +6,7 @@
find_path(EIGEN2_INCLUDE_DIR NAMES Eigen/Core
PATH_SUFFIXES eigen2
PATH_SUFFIXES eigen3
)
set(EIGEN2_INCLUDE_DIRS ${EIGEN2_INCLUDE_DIR})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment