Skip to content
Snippets Groups Projects
Commit 6cd569f8 authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

Require Eigen 3.3 minimum...

This fixes a number of troubles and was the cause of some gtests not
being passed
parent bd9d3a3c
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ ENDIF(BUILD_EXAMPLES OR BUILD_TESTS) ...@@ -29,7 +29,7 @@ ENDIF(BUILD_EXAMPLES OR BUILD_TESTS)
#find dependencies. #find dependencies.
FIND_PACKAGE(Eigen 3 REQUIRED) FIND_PACKAGE(Eigen 3.3 REQUIRED)
FIND_PACKAGE(Threads REQUIRED) FIND_PACKAGE(Threads REQUIRED)
......
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