Skip to content

Commit

Permalink
Upgrade Eigen to fix include path (#520)
Browse files Browse the repository at this point in the history
  • Loading branch information
calcmogul authored May 8, 2024
1 parent 8da6830 commit 19d2b34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ if(NOT USE_SYSTEM_EIGEN)
fetchcontent_declare(
Eigen3
GIT_REPOSITORY https://gitlab.com/libeigen/eigen.git
# master on 2024-05-01
GIT_TAG 9700fc847a39e98dfb7bd85331b5206641050e04
# master on 2024-05-08
GIT_TAG ff174f79264d3f8dc0115dea7a288f98208b694f
)
fetchcontent_makeavailable(Eigen3)
else()
Expand Down

0 comments on commit 19d2b34

Please sign in to comment.