Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Eigen #485

Merged
merged 1 commit into from
Apr 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ if(NOT USE_SYSTEM_EIGEN)
fetchcontent_declare(
Eigen3
GIT_REPOSITORY https://gitlab.com/libeigen/eigen.git
# master on 2024-03-06
GIT_TAG 17f3bf8985021c242eedc9fa26c5c66d43a300f2
# master on 2024-04-02
GIT_TAG 86aee3d9c5b0ea73f7854901c1ce216135f1228b
PATCH_COMMAND
git apply
${CMAKE_CURRENT_SOURCE_DIR}/cmake/eigen-disable-fortran-support.patch
Expand Down
Loading