From 5449078bc0235954c99060e5eae7d84521cc816f Mon Sep 17 00:00:00 2001 From: beomki-yeo Date: Mon, 14 Aug 2023 19:40:49 +0200 Subject: [PATCH] Upgrade eigen to 3.4.1 --- extern/eigen3/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extern/eigen3/CMakeLists.txt b/extern/eigen3/CMakeLists.txt index cdf6d3fa..d3a85de0 100644 --- a/extern/eigen3/CMakeLists.txt +++ b/extern/eigen3/CMakeLists.txt @@ -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 @@ -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} )