From 6cd569f87d6c3387dabff13702cd26750a025145 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joan=20Sol=C3=A0?= <jsola@iri.upc.edu> Date: Sat, 14 Oct 2017 13:00:13 +0200 Subject: [PATCH] Require Eigen 3.3 minimum... This fixes a number of troubles and was the cause of some gtests not being passed --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index a8bd86082..e40d2f14c 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -29,7 +29,7 @@ ENDIF(BUILD_EXAMPLES OR BUILD_TESTS) #find dependencies. -FIND_PACKAGE(Eigen 3 REQUIRED) +FIND_PACKAGE(Eigen 3.3 REQUIRED) FIND_PACKAGE(Threads REQUIRED) -- GitLab