From 02c7328a1900d31e0b3383b87c53f2f525b31744 Mon Sep 17 00:00:00 2001 From: Russ Tedrake Date: Sun, 11 Oct 2015 07:47:29 -0400 Subject: [PATCH] update to eigen 3.2.6. does that help? --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index aa83b3a1842d..004d4dc5fc2b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -99,7 +99,7 @@ set(director_GIT_TAG 9e2cfbc3812cb5c12915981fe63fed76e711e1b7) set(director_SOURCE_DIR ${PROJECT_SOURCE_DIR}/externals/director/distro/pods/drake-distro) set(director_IS_PUBLIC TRUE) set(eigen_GIT_REPOSITORY https://github.com/RobotLocomotion/eigen-pod.git) -set(eigen_GIT_TAG 3ec6bbfcb41a9ea74921720d62f86863fdf96217) +set(eigen_GIT_TAG 9061e9d5481fe0fdf55d5de322dfb1ed9d380a1c) set(eigen_IS_CMAKE_POD TRUE) set(eigen_IS_PUBLIC TRUE) set(gtk_GIT_REPOSITORY https://github.com/RobotLocomotion/gtk-pod.git)