Skip to content
Snippets Groups Projects
Commit 3ae0e6c3 authored by Jeremie Deray's avatar Jeremie Deray
Browse files

missing eigen include dir

parent fe72f437
No related branches found
No related tags found
1 merge request!94missing eigen include dir
......@@ -68,6 +68,9 @@ ENDIF (Suitesparse_INCLUDE_DIRS)
#include directories
INCLUDE_DIRECTORIES(.)
INCLUDE_DIRECTORIES(${EIGEN_INCLUDE_DIRS})
IF(Ceres_FOUND)
INCLUDE_DIRECTORIES(${CERES_INCLUDE_DIRS})
ENDIF(Ceres_FOUND)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment