From b7ca91d4cfd7c4e4a29c7230376b48e6266e7811 Mon Sep 17 00:00:00 2001 From: nzfeng Date: Wed, 6 Aug 2025 15:07:22 -0400 Subject: [PATCH] Bump Eigen version to 3.3.9 --- deps/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/CMakeLists.txt b/deps/CMakeLists.txt index 40365c6c..b79f5323 100644 --- a/deps/CMakeLists.txt +++ b/deps/CMakeLists.txt @@ -72,7 +72,7 @@ else() FetchContent_Declare( eigen GIT_REPOSITORY https://gitlab.com/libeigen/eigen.git - GIT_TAG 3.3.8 + GIT_TAG 3.3.9 SOURCE_DIR "${CMAKE_CURRENT_BINARY_DIR}/eigen-src" BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR}/eigen-build" )