Pin eigen to 5.0.0
This commit is contained in:
2
3rdParty/eigen/CMakeLists.txt
vendored
2
3rdParty/eigen/CMakeLists.txt
vendored
@@ -8,7 +8,7 @@ FetchContent_Declare(
|
|||||||
eigen
|
eigen
|
||||||
EXCLUDE_FROM_ALL
|
EXCLUDE_FROM_ALL
|
||||||
GIT_REPOSITORY ${EIGEN_REPO}
|
GIT_REPOSITORY ${EIGEN_REPO}
|
||||||
GIT_TAG master
|
GIT_TAG 5.0.0
|
||||||
GIT_SHALLOW TRUE
|
GIT_SHALLOW TRUE
|
||||||
OVERRIDE_FIND_PACKAGE
|
OVERRIDE_FIND_PACKAGE
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user