Skip to content

Commit

Permalink
Increase minimum Eigen version (fix #117)
Browse files Browse the repository at this point in the history
Avoid sparse-related bugs in older Eigen versions (see #93).
  • Loading branch information
bchretien committed Nov 8, 2016
1 parent ff97690 commit 4bc672a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ ENDIF()
# Search for dependencies.
SET(BOOST_COMPONENTS date_time filesystem system unit_test_framework)
SEARCH_FOR_BOOST()
SEARCH_FOR_EIGEN("eigen3 >= 3.2.0")
SEARCH_FOR_EIGEN("eigen3 >= 3.2.5")
IF(WIN32)
ADD_REQUIRED_DEPENDENCY("liblog4cxx >= 0.10.0" "liblog4cxx_d >= 0.10.0")
ELSE()
Expand Down

0 comments on commit 4bc672a

Please sign in to comment.