Skip to content

Commit 52a533b

Browse files
authored
Bump Eigen version to 3.3.9 (#225)
Eigen 3.3.8 is known to have a bug. Somehow geometry-central and its tests never trigger the problematic code, but is sometimes triggered when geometry-central is used within other projects (and only on Linux, but not on Mac -- I guess the codepath is different on macOS vs. linux). The bug is fixed in the next version (3.3.9), so fetch that version of Eigen instead.
1 parent 34277c1 commit 52a533b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ else()
7272
FetchContent_Declare(
7373
eigen
7474
GIT_REPOSITORY https://gitlab.com/libeigen/eigen.git
75-
GIT_TAG 3.3.8
75+
GIT_TAG 3.3.9
7676
SOURCE_DIR "${CMAKE_CURRENT_BINARY_DIR}/eigen-src"
7777
BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR}/eigen-build"
7878
)

0 commit comments

Comments
 (0)