Pin eigen to 5.0.0

This commit is contained in:
Georg Hagen
2025-09-06 22:11:00 +02:00
parent 5fd48feb41
commit 35a3c2bc80

View File

@@ -8,7 +8,7 @@ FetchContent_Declare(
eigen
EXCLUDE_FROM_ALL
GIT_REPOSITORY ${EIGEN_REPO}
GIT_TAG master
GIT_TAG 5.0.0
GIT_SHALLOW TRUE
OVERRIDE_FIND_PACKAGE
)