From 48b4d61a9ddcaeaaead7d1aa700f2f06f8fe51c7 Mon Sep 17 00:00:00 2001 From: acrovato <a.crovato@uliege.be> Date: Fri, 4 Oct 2024 14:40:38 +0200 Subject: [PATCH] Update minimum Eigen version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 82a5848..7e0a96a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -72,7 +72,7 @@ ELSE() ENDIF() # Eigen -FIND_PACKAGE(EIGEN 3.3.4 REQUIRED) +FIND_PACKAGE(EIGEN 3.4.0 REQUIRED) # CoDiPack IF(USE_CODI) -- GitLab