Skip to content

Commit

Permalink
Merge pull request #106 from beomki-yeo/eigen-version-fix
Browse files Browse the repository at this point in the history
Rollback to eigen 3.4.0
  • Loading branch information
beomki-yeo authored Aug 29, 2023
2 parents 5449078 + 90a33b4 commit 345db9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extern/eigen3/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ message( STATUS "Building Eigen3 as part of the Algebra Plugins project" )

# Declare where to get Eigen3 from.
set( ALGEBRA_PLUGINS_EIGEN_SOURCE
"URL;https://gitlab.com/libeigen/eigen/-/archive/3.4.1/eigen-3.4.1.tar.bz2;URL_MD5;a109fd10e83c7033a75d68974955e6ff"
"URL;https://gitlab.com/libeigen/eigen/-/archive/3.4.0/eigen-3.4.0.tar.bz2;URL_MD5;132dde48fe2b563211675626d29f1707"
CACHE STRING "Source for Eigen, when built as part of this project" )
mark_as_advanced( ALGEBRA_PLUGINS_EIGEN_SOURCE )
FetchContent_Declare( Eigen3 ${ALGEBRA_PLUGINS_EIGEN_SOURCE} )
Expand Down

0 comments on commit 345db9b

Please sign in to comment.