Skip to content

Commit

Permalink
Upgrade Eigen to commit that includes our patch upstream (#430)
Browse files Browse the repository at this point in the history
  • Loading branch information
calcmogul authored Mar 7, 2024
1 parent 0d6e47b commit e0109f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 80 deletions.
5 changes: 2 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,11 @@ if(NOT USE_SYSTEM_EIGEN)
fetchcontent_declare(
Eigen3
GIT_REPOSITORY https://gitlab.com/libeigen/eigen.git
# master on 2024-02-29
GIT_TAG 23f6c26857100b16f4851043d0c230fb5e27027b
# master on 2024-03-06
GIT_TAG 17f3bf8985021c242eedc9fa26c5c66d43a300f2
PATCH_COMMAND
git apply
${CMAKE_CURRENT_SOURCE_DIR}/cmake/eigen-disable-fortran-support.patch
${CMAKE_CURRENT_SOURCE_DIR}/cmake/0001-Fix-deprecated-anonymous-enum-enum-conversion-warnin.patch
UPDATE_DISCONNECTED 1
)
fetchcontent_makeavailable(Eigen3)
Expand Down

This file was deleted.

0 comments on commit e0109f6

Please sign in to comment.