Skip to content

Commit 5129bdd

Browse files
committed
"change eigen mirror"
1 parent e528862 commit 5129bdd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cmake/external/eigen.cmake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,12 @@ else()
2121
ExternalProject_Add(
2222
extern_eigen3
2323
${EXTERNAL_PROJECT_LOG_ARGS}
24-
GIT_REPOSITORY "https://github.com/RLovelett/eigen.git"
24+
GIT_REPOSITORY "https://github.com/eigenteam/eigen-git-mirror"
2525
# eigen on cuda9.1 missing header of math_funtions.hpp
2626
# https://stackoverflow.com/questions/43113508/math-functions-hpp-not-found-when-using-cuda-with-eigen
2727
GIT_TAG 917060c364181f33a735dc023818d5a54f60e54c
2828
PREFIX ${EIGEN_SOURCE_DIR}
29+
DOWNLOAD_NAME "eigen"
2930
UPDATE_COMMAND ""
3031
CONFIGURE_COMMAND ""
3132
BUILD_COMMAND ""

0 commit comments

Comments
 (0)