Skip to content

Commit

Permalink
Upgrade eigen to 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
beomki-yeo authored and stephenswat committed Aug 15, 2023
1 parent 3147fbf commit 5449078
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extern/eigen3/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Algebra plugins library, part of the ACTS project (R&D line)
#
# (c) 2021-2022 CERN for the benefit of the ACTS project
# (c) 2021-2023 CERN for the benefit of the ACTS project
#
# Mozilla Public License Version 2.0

Expand All @@ -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.0/eigen-3.4.0.tar.bz2;URL_MD5;132dde48fe2b563211675626d29f1707"
"URL;https://gitlab.com/libeigen/eigen/-/archive/3.4.1/eigen-3.4.1.tar.bz2;URL_MD5;a109fd10e83c7033a75d68974955e6ff"
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 5449078

Please sign in to comment.